Skip to content

Angular component library created for tutorial

Notifications You must be signed in to change notification settings

rstylesoftlab/arts-lib

 
 

Repository files navigation

ArtsLib

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

Usage

Button component

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

About

Angular component library created for tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 70.9%
  • JavaScript 21.4%
  • HTML 4.1%
  • CSS 3.6%