feat: implement FieldRichTextEditor component using TipTap and Mantine integration

This commit is contained in:
Firman Ramdhani
2026-06-22 11:24:44 +07:00
parent eaec6ec38f
commit edd71243a4
10 changed files with 737 additions and 38 deletions
+4
View File
@@ -1,4 +1,8 @@
export * from '@mantine/core';
export {
List,
TypographyStylesProvider,
} from '@mantine/core';
export * from './Form';
export * from './system-pages/coming-soon';