Creating the Form
This article discusses one possible way to create your UI
The video discusses how we can create a sign-up form in Clutch. The form will also be made reusable by creating it as a composition component and exposing some of the properties values to the parent level. This allows us to make the form more dynamic and change text values from sign-up to sign-in.
The form will be basic and consist of:
- A Box component
- A Typography component
- 2 Input Components
- Button Component
Links
Link to the Clutch Project: https://app.clutch.io/project/631f8a2f45fd6fca056cc44e?workspace=215_164
Updated 6 months ago