1.0.0 • Published 5 years ago

arts-lib v1.0.0

Weekly downloads
6
License
-
Repository
github
Last release
5 years ago

ArtsLib

Simple component library with only one button component created in tutorial for artslab.info

Usage

Button component

<al-button type="success" (buttonClick)="log($event)">Hello world</al-button>
<al-button type="warn" (buttonClick)="log($event)">Hello world</al-button>
<al-button type="info" (buttonClick)="log($event)">Hello world</al-button>