0.0.5 • Published 2 years ago

jairo-storybook v0.0.5

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

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>
0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago