0.0.8 • Published 5 years ago

cdl-button v0.0.8

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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>
 
0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago