Skip to Content
Native ComponentsRichTextEditor

RichTextEditor

Package: @tesserix/native

Import

import { RichTextEditor } from '@tesserix/native'
  • RichTextEditorProps

Source

  • Component: packages/native/src/components/RichTextEditor/RichTextEditor.tsx
  • Story: packages/native/src/components/RichTextEditor/RichTextEditor.stories.tsx
  • Test: packages/native/src/components/RichTextEditor/RichTextEditor.test.tsx

Status

  • Exported from package entry: Yes
  • Component implementation file: Present

Example

import { RichTextEditor } from '@tesserix/native' export function DemoRichTextEditor() { return <RichTextEditor /> }