blocksPlugin
Show the component drawer for dragging new components onto the canvas.
import { Puck, blocksPlugin } from "@measured/puck";
const blocks = blocksPlugin();
export function Editor() {
return <Puck plugins={[blocks]} />;
}This plugin is included by default. Explicitly including it allows you to reorder plugins in the plugin rail.
Params
This plugin does not accept any params.