mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
* Initial Textarea component * added no-scroll class and css * added tests * removed comment from prettier, updated README title * updated tests * added resize tests * fixed grammar * updated scss * changes per linter * updated title to match new folder structure for storybook * reverted unintended change Co-authored-by: hmalik88 <hassan.malik@consensys.net> Co-authored-by: Hassan Malik <41640681+hmalik88@users.noreply.github.com>
16 lines
299 B
Plaintext
16 lines
299 B
Plaintext
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} />
|