1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
Nidhi Kumari fe76317eef
added storybook files to alert and breadcrumbs component (#15156)
* added storyblok files to alert and breadcrumbs component

* formatted the files

* added confusable, i18n, export, hextToDecimal stories

* replaced alert class component to functional component

* removed i18n story files

* added storyblok files to alert and breadcrumbs component

* formatted the files

* added confusable, i18n, export, hextToDecimal stories

* replaced alert class component to functional component

* removed i18n story files

* added README files to storybook elements and fixed lint issues

* added readme files

* updated README file for confusable

* fixed linting errors in test

* removed unwanted tests
2022-07-19 21:10:04 +05:30
..

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

import ExportTextContainer from '.';

# ExportTextContainer

The ExportTextContainer component enables to copy the input text or save it as a CSV File

<Canvas>
  <Story id="ui-components-ui-export-text-container-export-text-stories-js--default-export-text-container" />
</Canvas>

## Component API

<ArgsTable of={ExportTextContainer} />