Render an interactive outline of the current data payload when composing a custom Puck UI.
import { Puck } from "@measured/puck"; export function Editor() { return ( <Puck> <Puck.Outline /> </Puck> ); }
This component doesn’t accept any props.