vibe
vibe copied to clipboard
initial commit
Basic
- [ ] Used plop (
npm run plop
) to create a new component. - [ ] PR has description.
- [ ] New component is functional and uses Hooks.
- [ ] Component defines
PropTypes
.
Style
- [ ] Styles are added to
NewComponent.modules.scss
file inside of theNewComponent
folder. - [ ] Component uses CSS Modules.
- [ ] Design is compatible with Monday Design System.
Storybook
- [ ] Stories were added to
/src/NewComponent/__stories__/NewComponent.stories.js
file. - [ ] Stories include all flows of using the component.
Tests
- [ ] Tests are compliant with TESTING_README.md instructions.
Your PR should include one (and only one) of the following labels:
- PR: Bugfix 🐛
- PR: New Feature 🕹
- PR: Dependencies 🛠
- PR: Documentation 📖
- PR: Internal 🏠
- PR: Breaking Changes 💥
- PR: Icon 💎