A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ciphermask/ui/components/ui/export-text-container
John Brennan 82368e7451
Rename some events (#15543)
2 years ago
..
README.mdx Updated all instances of "Component API" to "Props" in storybook documentation (#15324) 2 years ago
export-text-container.component.js Rename some events (#15543) 2 years ago
export-text.stories.js added storybook files to alert and breadcrumbs component (#15156) 2 years ago
index.js remove the ui/app and ui/lib folders (#10911) 4 years ago
index.scss Dark Mode: Reveal Seed colors (#14028) 3 years ago

README.mdx

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>

## Props

<ArgsTable of={ExportTextContainer} />