-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
400f771
commit cca4ea9
Showing
5 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,13 +71,14 @@ export default function App() { | |
<div className='w-[400px] mx-auto flex flex-col gap-4 justify-center items-center p-4'> | ||
<Form> | ||
<Form.Label name='Email' /> | ||
<Form.Input /> | ||
<Form.Input placeholder='e.g. [email protected]' /> | ||
<Form.Label | ||
name='Password' | ||
asideComponent={<div className='text-xs'>Forgot Password?</div>} | ||
className='mt-5' | ||
/> | ||
<Form.Password | ||
placeholder='Enter your password' | ||
showPasswordIcon={<ShowPasswordIcon />} | ||
hidePasswordIcon={<HidePasswordIcon />} | ||
/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters