1.1.3 • Published 2 years ago

button-angular-lib v1.1.3

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

ButtonAngularLib

📂 | Installation

📜 | Setup

ButtonAppearance = 'filled' | 'outline';
ComponentShape = 'rectangle' | 'semi-round' | 'round';
ComponentSize = 'tiny' | 'small' | 'medium' | 'large' | 'giant';
ComponentStatus = 'basic' | 'primary' | 'success' | 'warning' | 'danger' | 'info' | 'control';

| Examples

<button libButton status="info" size="medium" (click)="clickFunction($event)" disabled>Hello</button>
<button libButton status="success" size="large" (click)="clickFunction($event)">Hello</button>
<button libButton status="basic" size="small" (click)="clickFunction($event)">Hello</button>
<button libButton status="danger" size="giant" (click)="clickFunction($event)" disabled>Hello</button>
<button libButton status="primary" size="tiny" (click)="clickFunction($event)">Hello</button>
<button libButton status="control" size="medium" (click)="clickFunction($event)">Hello</button>
1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago