basic-blocks-base-kit
plate/basic-blocks-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-blocks-base-kit.jsonSource
1import {2 BaseBlockquotePlugin,3 BaseH1Plugin,4 BaseH2Plugin,5 BaseH3Plugin,6 BaseH4Plugin,7 BaseH5Plugin,8 BaseH6Plugin,9 BaseHorizontalRulePlugin,10} from '@platejs/basic-nodes';11import { BaseParagraphPlugin } from 'platejs';1213import { BlockquoteElementStatic } from '@/registry/ui/blockquote-node-static';14import {15 H1ElementStatic,16 H2ElementStatic,17 H3ElementStatic,18 H4ElementStatic,19 H5ElementStatic,20 H6ElementStatic,21} from '@/registry/ui/heading-node-static';22import { HrElementStatic } from '@/registry/ui/hr-node-static';23import { ParagraphElementStatic } from '@/registry/ui/paragraph-node-static';2425export const BaseBasicBlocksKit = [26 BaseParagraphPlugin.withComponent(ParagraphElementStatic),27 BaseH1Plugin.withComponent(H1ElementStatic),28 BaseH2Plugin.withComponent(H2ElementStatic),29 BaseH3Plugin.withComponent(H3ElementStatic),30 BaseH4Plugin.withComponent(H4ElementStatic),31 BaseH5Plugin.withComponent(H5ElementStatic),32 BaseH6Plugin.withComponent(H6ElementStatic),33 BaseBlockquotePlugin.withComponent(BlockquoteElementStatic),34 BaseHorizontalRulePlugin.withComponent(HrElementStatic),35];
What it pulls in
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 |
