lugvitc / c0d-frontend

1 stars 9 forks source link

Sign In form #16

Closed Sasikuttan2163 closed 1 month ago

Sasikuttan2163 commented 1 month ago

Description

Bunch together Inputboxes, Text and buttons to build the sign in component. Use LinkButton component for the "Don't have an account" and "Forgot your password".

Code must be in components/signin/signin-form.tsx

NOTE: Use storybook to preview your component. Ideally do not create pages to test your component. If you do make on, remember to delete the page before pushing. Refer src/components/text.tsx and src/stories/text.stories.tsx for examples.

image

Reference

image

sbsakshi commented 1 month ago

i can take this

Sasikuttan2163 commented 1 month ago

Assigned