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.
John Brennan
82368e7451
|
2 years ago | |
---|---|---|
.. | ||
README.mdx | 2 years ago | |
export-text-container.component.js | 2 years ago | |
export-text.stories.js | 2 years ago | |
index.js | 4 years ago | |
index.scss | 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} />