0.0.1-beta.0 • Published 12 months ago

@lottuseducation/organisms v0.0.1-beta.0

Weekly downloads
-
License
-
Repository
github
Last release
12 months ago

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
0.0.1-beta.0

12 months ago