{ "name": "fieldset", "snippet": null, "examples": [ { "name": "fieldset-basic", "content": "export const FieldsetBasic = () => {\n return (\n \n \n Contact details\n \n Please provide your contact details below.\n \n \n\n \n \n Name\n \n \n\n \n Email address\n \n \n\n \n Country\n \n \n \n {(item) => (\n \n )}\n \n \n \n \n \n \n\n \n \n )\n}\n", "hasSnippet": false, "importPaths": [ "import {\n Button,\n Field,\n Fieldset,\n For,\n Input,\n NativeSelect,\n Stack,\n} from \"@chakra-ui/react\"" ], "importPath": "import { Fieldset } from \"@chakra-ui/react\"" }, { "name": "fieldset-with-disabled", "content": "export const FieldsetWithDisabled = () => {\n return (\n \n Shipping details\n \n Street address\n \n \n \n Country\n \n \n \n {(item) => (\n \n )}\n \n \n \n \n \n \n Delivery notes\n