toc-base-kit

PreviousNext
Docs
platecomponent

Preview

Loading preview…
registry/components/editor/plugins/toc-base-kit.tsx
import { BaseTocPlugin } from '@platejs/toc';

import { TocElementStatic } from '@/registry/ui/toc-node-static';

export const BaseTocKit = [BaseTocPlugin.withComponent(TocElementStatic)];

Installation

npx shadcn@latest add @plate/toc-base-kit

Usage

import { TocBaseKit } from "@/components/toc-base-kit"
<TocBaseKit />