import { Field, FieldDescription, FieldGroup, FieldLabel, FieldLegend, FieldSet, } from "@/examples/base/ui/field" import { Input } from "@/examples/base/ui/input" export function FieldFieldset() { return (
Address Information We need your address to deliver your order. Street Address
City Postal Code
) }