1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
George Marshall 8064ec34a1
Dark mode: colors obj UI, GREY, WHITE (#14118)
* Removing all COLORS.UI 1,2,3,4 from codebase

* Removing all unused versions of COLORS.GREY, COLORS.WHITE and some left over UI1,UI2,UI3,UI4 in docs
2022-03-22 12:44:01 -07:00
..
2021-12-03 11:54:29 -05:00
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} />