Actions Plugin

Next

A plugin for the actions.

Docs
shadcn-editorui

Preview

Loading preview…
registry/new-york-v4/editor/plugins/actions/actions-plugin.tsx
export function ActionsPlugin({ children }: { children: React.ReactNode }) {
  return children
}

Installation

npx shadcn@latest add @shadcn-editor/actions-plugin

Usage

import { ActionsPlugin } from "@/components/ui/actions-plugin"
<ActionsPlugin />