feat: add rich text editor component for content creation page
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { Field, Input, Label, Select } from '@headlessui/react'
|
||||
|
||||
import { SearchIcon } from '~/components/icons/search'
|
||||
import DefaultTextEditor from '~/components/ui/text-editor'
|
||||
import { TitleDashboard } from '~/components/ui/title-dashboard'
|
||||
|
||||
export const CreateContentsPage = () => {
|
||||
@@ -36,7 +37,9 @@ export const CreateContentsPage = () => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<section></section>
|
||||
<section>
|
||||
<DefaultTextEditor />
|
||||
</section>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user