A Metamask fork with Infura removed and default networks editable
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.
 
 
 
 
 
ciphermask/ui/components/ui/form-field
Guillaume Roux e8d4f11cbf
Dark Mode: Swap hex colors in ui/components/ui folder (#14191)
3 years ago
..
README.mdx Fix form-field for new Storybook format (#12756) 3 years ago
form-field.js Find and replace of all typography colors to design tokens (#13885) 3 years ago
form-field.stories.js Dark Mode: Swap hex colors in ui/components/ui folder (#14191) 3 years ago
index.js Add form-field component and new account view (#11450) 3 years ago
index.scss Implement Dark Mode Form Fields (#13821) 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>