@lottuseducation/molecules
v0.0.1-beta.0
Published
Core components
Downloads
918
Readme
To Install
yarn add @lottuseducation/molecules
npm install @lottuseducation/molecules
To add components
- Add a new folder in molecules/src/components/ "new_component"
- Add the tsx component file with an index.ts
- Add types in molecules/src/components/Types/"new_component.types.ts"
- Add the export line in molecules/src/components/index.ts
To document
- Go to storybook project and add a new file "new-component.stories.js"
- Run command
npm run storybook