0.0.8 • Published 6 years ago

cdl-button v0.0.8

Weekly downloads
1
License
MIT
Repository
-
Last release
6 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

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago