0.0.5 • Published 3 years ago

jairo-storybook v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
3 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

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago