basic-marks-base-kit
plate/basic-marks-base-kitFreeComponent
plate publishes no description for this item.
Live preview
live · rendered by the registry
Rendered by plate on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://platejs.org/r/basic-marks-base-kit.jsonSource
1import {2 BaseBoldPlugin,3 BaseCodePlugin,4 BaseHighlightPlugin,5 BaseItalicPlugin,6 BaseKbdPlugin,7 BaseStrikethroughPlugin,8 BaseSubscriptPlugin,9 BaseSuperscriptPlugin,10 BaseUnderlinePlugin,11} from '@platejs/basic-nodes';1213import { CodeLeafStatic } from '@/registry/ui/code-node-static';14import { HighlightLeafStatic } from '@/registry/ui/highlight-node-static';15import { KbdLeafStatic } from '@/registry/ui/kbd-node-static';1617export const BaseBasicMarksKit = [18 BaseBoldPlugin,19 BaseItalicPlugin,20 BaseUnderlinePlugin,21 BaseCodePlugin.withComponent(CodeLeafStatic),22 BaseStrikethroughPlugin,23 BaseSubscriptPlugin,24 BaseSuperscriptPlugin,25 BaseHighlightPlugin.withComponent(HighlightLeafStatic),26 BaseKbdPlugin.withComponent(KbdLeafStatic),27];
What it pulls in
npm packages
Other registry items
Files it writes
More from plate
All 324 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| ai-kitai-kit | plate | Components | Free | 1 dep | |
| AI Menuai-menu | plate | Components | Free | 5 deps · 2 files | |
| AI Leafai-node | plate | Components | Free | no deps | |
| AI Toolbar Buttonai-toolbar-button | plate | Components | Free | 1 dep | |
| align-base-kitalign-base-kit | plate | Components | Free | 1 dep | |
| align-kitalign-kit | plate | Components | Free | 1 dep | |
| Align Toolbar Buttonalign-toolbar-button | plate | Components | Free | 1 dep | |
| autoformat-classic-kitautoformat-classic-kit | plate | Components | Free | 2 deps |
