cdl-button
v0.0.8
Published
This is custom button which is developed by using simple html and css. You can also modify this custom button as per your requirement and as per your design.
Downloads
2
Maintainers
Readme
Button
This is a custom html button which is developed using simple html and css. You can also modify this button control as per your design.
Installation instruction
npm install cdl-button --save
Instruction to use the package
How to use?
Please follow below instruction to implement custom button in your angular application.
//in module
import { ButtonModule } from 'cdl-button';
imports: [
ButtonModule
]
// In your component html file
<cdl-active-button
buttonName="Save"
buttonColor="#b4b7c8"
buttonTextColor="#ffffff"
height="44"
weight="135"
>
</cdl-active-button>