mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
7b94ac5eca
* 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> |
||
---|---|---|
.. | ||
export-text-container.component.js | ||
export-text.stories.js | ||
index.js | ||
index.scss | ||
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} />