1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00
metamask-extension/ui/components/ui/textarea
Dhruv 49b8dcb25d
Moving RESIZE constant to textarea component folder (#19240)
* Moving RESIZE constant

* fixinf linting errors
2023-05-23 23:10:34 +05:30
..
index.js Textarea UI component (#12688) 2021-12-03 11:54:29 -05:00
index.scss Updating colors in various components js and css (#13831) 2022-03-04 08:47:32 -08:00
README.mdx Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
textarea.constants.js Moving RESIZE constant to textarea component folder (#19240) 2023-05-23 23:10:34 +05:30
textarea.js Moving RESIZE constant to textarea component folder (#19240) 2023-05-23 23:10:34 +05:30
textarea.stories.js Moving RESIZE constant to textarea component folder (#19240) 2023-05-23 23:10:34 +05:30
textarea.test.js Moving RESIZE constant to textarea component folder (#19240) 2023-05-23 23:10:34 +05:30

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

import TextArea from '.';

# TextArea

TextArea allows users to enter text into the UI

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

## Props

<ArgsTable of={TextArea} />