0.0.2 • Published 2 years ago

kmdstorybook v0.0.2

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

HCM STORYBOOK

Storybook

Create Once, Use Everywhere

KMD|HCM

Storybook is to create UI components which can be reused in multiple projects.

  • Latest Stable Version Release 1.0.30
  • To get this package Storybook

1. Installation

Storybook requires React Project to run.

Connect to feed and follow the given steps.

Go to project directory
npm install hcmstorybook

2. Usage

To Use any component of hcmstorybook:

2a. Go to show code of component you want to use & copy the code Comp Img

2b. Import the component

import {FloatingButton} from 'hcmstorybook';

2c. Use or Modify the component controls as per requirement

 <FloatingButton
  buttonType="Passive"
  label="Hello,Storybook"
/>

2d. Refresh the webpage to see your component Button Img

License

ISC