mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
* 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
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} />