1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/components/ui/textarea
2022-01-06 11:35:49 -06:00
..
index.js Textarea UI component (#12688) 2021-12-03 11:54:29 -05:00
index.scss Dark Mode Part 1: Switch to Using CSS Variables (#13147) 2022-01-06 11:35:49 -06:00
README.mdx Textarea UI component (#12688) 2021-12-03 11:54:29 -05:00
textarea.js Textarea UI component (#12688) 2021-12-03 11:54:29 -05:00
textarea.stories.js Textarea UI component (#12688) 2021-12-03 11:54:29 -05:00
textarea.test.js Textarea UI component (#12688) 2021-12-03 11:54:29 -05:00

import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';

import TextArea from '.';

# TextArea

TextArea allows users to enter text into the UI

<Canvas>
  <Story id="ui-components-ui-textarea-textarea-stories-js--default-story" />
</Canvas>

## Component API

<ArgsTable of={TextArea} />