Forms
Text Editor
A rich text editor built on TipTap — fixed or floating toolbar, multiple sizes, and optional button tooltips.
Import
import { TextEditor } from "@countryclub/ui-react";Default
A fully-featured editor with a fixed toolbar and initial content.
Default sm
Compact editor via size="sm" — smaller toolbar buttons and a shorter content area.
Default md
Standard editor via size="md".
Floating toolbar sm
A selection-triggered floating toolbar at size="sm" — the toolbar appears above selected text.
Floating toolbar md
The floating toolbar at size="md".
With tooltip
Pass withTooltips to label every toolbar button on hover.