[x] Create reusable atomic component which can be used in different contexts.
[x] The component is styled properly per High-Fidelity.
molecules/recurring-meeting
View the High Fidelity for the Recurring Meeting collapsible. Reference:
Implement the collapsible with the following specification:
"This meeting is recurring." should be a checkbox atom. When it is checked, it says "This meeting is recurring". When it's not, it should say "This meeting is not recurring".
When "This meeting is recurring", the frequency inputs should pop up. When "This meeting is not recurring", none of the below frequency inputs should pop up.
"Every 1 week" should be an input spinner and a dropdown
Branches:
atoms/spinner-input
+molecules/recurring-meeting
Task at Hand
atoms/spinner-input
Implement input spinner with the below props:
Confirm that your code and pull request follow the Pull Request Checklist.
Acceptance Criteria
molecules/recurring-meeting
Implement the collapsible with the following specification:
Confirm that your code and pull request follow the Pull Request Checklist.
Acceptance Criteria
Notes