date-base-kit

PreviousNext
Docs
platecomponent

Preview

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

import { DateElementStatic } from '@/registry/ui/date-node-static';

export const BaseDateKit = [BaseDatePlugin.withComponent(DateElementStatic)];

Installation

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

Usage

import { DateBaseKit } from "@/components/date-base-kit"
<DateBaseKit />