-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(names): updated names of components and exported from index.ts
- Loading branch information
1 parent
c0ec39a
commit 793a372
Showing
6 changed files
with
21 additions
and
84 deletions.
There are no files selected for viewing
17 changes: 0 additions & 17 deletions
17
src/components/tiptap-wysiwyg-editor/tiptap-wysiwyg-editor.stories.tsx
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
src/components/wysiwyg-editor/rich-text-editor.stories.tsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import { Meta, StoryObj } from '@storybook/react'; | ||
|
||
import { WYSIWYGEditor } from './wysiwyg-editor'; | ||
|
||
const meta: Meta = { | ||
component: WYSIWYGEditor, | ||
title: 'Components/WYSIWYG Editor', | ||
}; | ||
|
||
export default meta; | ||
type Story = StoryObj<typeof WYSIWYGEditor>; | ||
|
||
export const Demo: Story = { | ||
render: (_) => { | ||
return <WYSIWYGEditor />; | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters