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
Jyoti Puri 9a3c917a48
Adding support for EIP-1559 in E2E tests (#13282)
3 years ago
..
README.mdx Fix form-field for new Storybook format (#12756) 3 years ago
form-field.js Adding support for EIP-1559 in E2E tests (#13282) 3 years ago
form-field.stories.js Fix form-field for new Storybook format (#12756) 3 years ago
index.js Add form-field component and new account view (#11450) 3 years ago
index.scss Dark Mode Part 1: Switch to Using CSS Variables (#13147) 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>