Components
Provided Components
Section titled “Provided Components”import { TextInput, Textarea, Select, Checkbox, RadioGroup } from "@holtbosse/purplepanda/puck/form-fields";import { FormEmbed } from "@holtbosse/purplepanda/puck/form";Additional Puck component fields
Section titled “Additional Puck component fields”data: A function that returns params matching your render function. is wrapped for client side integration in puck editor and server side in rendering. Allows you to get server side data.locations: String or array of strings forform,page, and/ortemplate. Controls where the component shows up
Further reading
Section titled “Further reading”- Read Puck’s documentation for more information