date-kit

PreviousNext
Docs
platecomponent

Preview

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

import { DatePlugin } from '@platejs/date/react';

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

export const DateKit = [DatePlugin.withComponent(DateElement)];

Installation

npx shadcn@latest add @plate/date-kit

Usage

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