editor-select

PreviousNext

A multi-select editor

Docs
plateblock

Preview

Loading preview…
registry/blocks/editor-select/page.tsx
import EditorSelectForm from '@/registry/examples/select-editor-demo';

export default function Page() {
  return (
    <div className="flex h-screen w-full justify-center">
      <EditorSelectForm />
    </div>
  );
}

Installation

npx shadcn@latest add @plate/editor-select

Usage

import { EditorSelect } from "@/components/editor-select"
<EditorSelect />