Skip to content

Commit

Permalink
lfg
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Oct 25, 2024
1 parent 62ed610 commit c4c3d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/docs/overlays/drawer/drawer-basic-demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function DrawerBasicDemo() {
</Drawer.Description>
</Drawer.Header>
<Drawer.Body className="space-y-4">
<TextField type="email" placeholder="john.doe@example.com" />
<TextField label='Email' type="email" placeholder="john.doe@example.com" />
<TextField label="Password" type="password" placeholder="••••••••••••" isRevealable />
</Drawer.Body>
<Drawer.Footer>
Expand Down

0 comments on commit c4c3d61

Please sign in to comment.