You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jyoti Puri
9a3c917a48
|
3 years ago | |
---|---|---|
.. | ||
README.mdx | 3 years ago | |
form-field.js | 3 years ago | |
form-field.stories.js | 3 years ago | |
index.js | 3 years ago | |
index.scss | 3 years ago |
README.mdx
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';
import FormField from '.';
# Form Field
Various data fields available for forms and pages.
<Canvas>
<Story id="ui-components-ui-form-field-form-field-stories-js--default-story" />
</Canvas>
## Component API
<ArgsTable of={FormField} />
### Title detail
Show form fields with title detail on the left of the title
<Canvas>
<Story id="ui-components-ui-form-field-form-field-stories-js--form-field-with-title-detail" />
</Canvas>
### Error
Show form fields with error state
<Canvas>
<Story id="ui-components-ui-form-field-form-field-stories-js--form-field-with-error" />
</Canvas>