We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create bulma's component Select from scratch
Select
Based on project's roadmap, this component will need to have the following specifications
.test.tsx
.stories.tsx
index.tsx
.test.ts
None
The text was updated successfully, but these errors were encountered:
feat: Create component "Select" (#126) (#37)
294a2ab
chore(release): 1.18.0 [skip ci]
1f122ce
# [1.18.0](v1.17.0...v1.18.0) (2023-07-03) ### Bug Fixes * Changing storybook start command on cli mode ([6a17a5e](6a17a5e)) ### Features * Create component "Select" ([#126](#126)) ([#37](#37)) ([294a2ab](294a2ab))
NicolasOmar
Successfully merging a pull request may close this issue.
Objective
Create bulma's component
Select
from scratchDescription
Based on project's roadmap, this component will need to have the following specifications
.test.tsx
) for its related unit tests.stories.tsx
) to be deployed on a public Storybook site (and be tested for anyone)Tasks
index.tsx
file where the component will be coded.test.ts
file for its units test and create the needed to reach at least 80% of code coverage.stories.tsx
file for storybook stories and add at least 2 stories for different scenariosTicket relationships
Technical notes
None
The text was updated successfully, but these errors were encountered: