You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before beginning any major frontend work, we want to design a set of project-specific components that can be used throughout the website. Using a shared set of components allows us to be more organized if properties of these components need changing. These components should also be highly modular; you will design default components, but you will also allow the implementation of custom tailwind styling.
For your PR
Create the following frontend components:
Button
Define default, secondary, destructive, secondary destructive as static types. Include all states and sizes. No need to implement Tag.
Text input fields
Define normal state and error state. No need to implement text fields for numbers (the ones with the arrow buttons).
Before beginning any major frontend work, we want to design a set of project-specific components that can be used throughout the website. Using a shared set of components allows us to be more organized if properties of these components need changing. These components should also be highly modular; you will design default components, but you will also allow the implementation of custom tailwind styling.
For your PR
Create the following frontend components:
Define default, secondary, destructive, secondary destructive as static types. Include all states and sizes. No need to implement Tag.
Define normal state and error state. No need to implement text fields for numbers (the ones with the arrow buttons).
Define all states for both boxes and radios.
For Testing, create a quick test page showcasing your work and push it with your PR. Share a screenshot of the page as well.
The text was updated successfully, but these errors were encountered: