mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +00:00
feat(editor): add permalink section in editor
This commit is contained in:
parent
f86eaae5e9
commit
0d96a4f973
11 changed files with 125 additions and 2 deletions
11
packages/design-system/atoms/copy-area/CopyArea.stories.tsx
Normal file
11
packages/design-system/atoms/copy-area/CopyArea.stories.tsx
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { CopyArea } from './CopyArea';
|
||||
|
||||
export default {
|
||||
title: 'Atoms/Copy Area',
|
||||
component: CopyArea,
|
||||
args: {
|
||||
value: 'Hello world',
|
||||
},
|
||||
};
|
||||
|
||||
export const copyArea = (args) => <CopyArea {...args} />;
|
Loading…
Add table
Add a link
Reference in a new issue