yarn add @lottuseducation/molecules
npm install @lottuseducation/molecules
- 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
- Go to storybook project and add a new file "new-component.stories.js"
- Run command
npm run storybook