Description Field
uifoundry/description-fieldUnverifiedComponent
Text Field for Description elements
Install it
npx shadcn@latest add https://raw.githubusercontent.com/UIFoundry/uifoundry/master/description-field.jsonSource
1import type { TextField } from "@/registry/default/lib/fields";23export default function descriptionField(4 props?: Partial<TextField>,5): TextField {6 return {7 name: props?.name ?? "description",8 label: props?.label ?? "Description",9 ...props,10 type: "text",11 } as TextField;12}
What it pulls in
npm packages
Other registry items
Files it writes
More from uifoundry
All 54 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Animated Groupanimated-group | uifoundry | Components | Unverified | 2 deps | |
| Buttonbutton | uifoundry | Components | Unverified | 3 deps | |
| Call To Action Pair Fieldcall-to-action-pair-field | uifoundry | Components | Unverified | 3 deps | |
| Cardcard | uifoundry | Components | Unverified | 1 dep | |
| Flickering Gridflickering-grid | uifoundry | Components | Unverified | 1 dep | |
| Header Fieldheader-field | uifoundry | Components | Unverified | 2 deps | |
| Icon Componenticon | uifoundry | Components | Unverified | 2 deps | |
| Render Blocksrenderblocks | uifoundry | Components | Unverified | 2 deps |
