Skip to content

Commit

Permalink
fix label text
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jan 18, 2024
1 parent c4c0915 commit 7680a0b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/opub-ui/src/components/Form/Form.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
TimeField,
DateRangePicker,
Combobox,
Select,
} from "./components";
import { Meta } from "@storybook/react";
import React from "react";
Expand Down Expand Up @@ -122,7 +123,7 @@ export const FormBase = ({ ...args }) => {
>
<FormLayout>
<Input name="text" label="Name" />
{/* <Select name="select" label="Select Period" options={options} /> */}
<Select name="select" label="Select Period" options={options} />
<RangeSlider name="range" label="Budget" prefix={<p>$</p>} />
<Checkbox name="checkbox"> I agree to T&C</Checkbox>
<CheckboxGroup
Expand All @@ -140,9 +141,9 @@ export const FormBase = ({ ...args }) => {
<DateField name="date" label="Choose Date" />
<DatePicker name="date-picker" label="Choose Birthday" />

<TimeField name="time" label="Choose Range" />
<TimeField name="time" label="Choose Time" />
</FormLayout.Group>
<DateRangePicker name="date-range" label="Choose Time" />
<DateRangePicker name="date-range" label="Choose Range" />
<FormLayout.Group>
<Combobox
list={comboboxOptions}
Expand Down

1 comment on commit 7680a0b

@vercel
Copy link

@vercel vercel bot commented on 7680a0b Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

opub-www – ./apps/www

opub-www-git-main-civicdatalab.vercel.app
opub-www.vercel.app
opub-www-civicdatalab.vercel.app

Please sign in to comment.