myaccess-storybook
v0.0.5
Published
MyAccess storybook is set of angular components that implements MyAccess Design Pattern specification.
Readme
MyAccess Storybook
MyAccess storybook is set of angular components that implements MyAccess Design Pattern specification.
Installation
npm install myaccess-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 'myaccess-storybook';
@NgModule({
imports: [MyLibModule,]
});Open any of your .html file
@sample.html
<myaccess-spinner
size="xs"
message="Loading members..."
></myaccess-spinner>