-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
onlydust-waveContribute to awesome OSS repos during OnlyDust's open source weekContribute to awesome OSS repos during OnlyDust's open source week
Description
Issue: Implement Login Page UI with Volunchain Theme
Description
Design and implement a login page based on the ShadCN login-04 layout, using the Volunchain color scheme and design tokens. This page will be the entry point for user authentication.
Steps to Follow:
-
Set up route
- Create the file:
/src/app/auth/login/page.tsx
- Create the file:
-
Implement UI layout
- Use a centered card layout with email and password inputs.
- Add a primary login button.
- Include a "Forgot password?" and a "Create account" link.
-
Apply Volunchain styling
- Background:
var(--background) - Primary button:
var(--primary) - Inputs: bordered with
#73b9eb - Typography:
Kantumruyor fallback to system font
- Background:
-
Use existing UI components
- Leverage
<Input>and<Button>from the shared components folder.
- Leverage
Example:
<Input type="email" label="Email address" placeholder="Enter your email" />
<Button variant="primary">Login</Button>Metadata
Metadata
Assignees
Labels
onlydust-waveContribute to awesome OSS repos during OnlyDust's open source weekContribute to awesome OSS repos during OnlyDust's open source week