<Puck.Fields>
Render the fields for the currently selected item in <Puck.Preview> when composing a custom Puck UI.
Interactive Demo
import { Puck } from "@measured/puck";
 
export function Editor() {
  return (
    <Puck>
      <Puck.Fields />
    </Puck>
  );
}Props
This component doesn’t accept any props.