jairo-storybook
v0.0.5
Published
Jairo storybook is set of angular components that implements Jairosoft Design Pattern specification.
Readme
Jairosoft Storybook
Jairo storybook is set of angular components that implements Jairosoft Design Pattern specification.
Installation
npm install jairo-storybook
Usage
Here's a quick setup to get you started
Open your module (sample.module.ts is just a sample)
@sample.module.ts
import { MyLibModule } from 'jairo-storybook';
@NgModule({
imports: [MyLibModule,]
});Open any of your .html file
@sample.html
<jairo-spinner
size="xs"
message="Loading members..."
></jairo-spinner>