Hooks and components for consuming remirror with your fave framework React.
Overall
score
36%
Evaluation — 36%
↑ 1.09xAgent success when using this tile
An interactive React editor surface that focuses on creating and manipulating tables with contextual UI and themeable styling.
@generates
export interface TablePlaygroundProps {
initialContent?: object;
defaultTheme?: 'light' | 'dark';
accentColor?: string;
onDocChange?(docJson: object): void;
}
export function TablePlayground(props: TablePlaygroundProps): JSX.Element;Provides the React editor primitives, table UI surface, command hooks, and theming utilities needed to implement the table controls.
docs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10