Skip to content

Commit

Permalink
Update apps/design-system/src/components/Form/Form.stories.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Prince Rajpoot <[email protected]>
  • Loading branch information
KhudaDad414 and princerajpoot20 authored Nov 27, 2023
1 parent 3ac98e2 commit ab960b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/design-system/src/components/Form/Form.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ const singleSelectOptions = [
{ label: "NATS", value: "nats" },
{ label: "Pulsar", value: "pulsar" },
]
const renderSecurityInput = () => (
<div className="flex gap-3">
<Dropdown options={[{ label: "User/Password", value: "user/password" }]} value="user/password" />
<TextInput placeholder="Type something here..." className="grow" />
<TrashIcon className="w-6 h-6 text-gray-500" />
</div>
);
export const Default = () => (
<Form
title="User Registration"
Expand Down

0 comments on commit ab960b3

Please sign in to comment.