1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/components/ui/export-text-container
Olusegun Akintayo 7b94ac5eca
Fix 3box replacement for MV3 (#15851)
* refactor backup controller to return the data to be backed up
    and do the actual backup in the UI.

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Move export-utils to ui/helpers as it's only used in the UI now.

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* use context to call event tracker.

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Don't make backup function inline.

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
2022-09-29 07:34:20 +04:00
..
export-text-container.component.js Fix 3box replacement for MV3 (#15851) 2022-09-29 07:34:20 +04:00
export-text.stories.js added storybook files to alert and breadcrumbs component (#15156) 2022-07-19 21:10:04 +05:30
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
index.scss Dark Mode: Reveal Seed colors (#14028) 2022-03-18 15:55:33 -07:00
README.mdx Updated all instances of "Component API" to "Props" in storybook documentation (#15324) 2022-07-27 00:22:40 +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>

## Props

<ArgsTable of={ExportTextContainer} />