callout-kit

PreviousNext
Docs
platecomponent

Preview

Loading preview…
registry/components/editor/plugins/callout-kit.tsx
'use client';

import { CalloutPlugin } from '@platejs/callout/react';

import { CalloutElement } from '@/registry/ui/callout-node';

export const CalloutKit = [CalloutPlugin.withComponent(CalloutElement)];

Installation

npx shadcn@latest add @plate/callout-kit

Usage

import { CalloutKit } from "@/components/callout-kit"
<CalloutKit />