Components
Higher-level React components built on top of FoundryKit primitives.
Components
@foundrykit/components layers packaged behaviour on top of Primitives. It currently focuses on search, forms, date picking, pagination, and command-style interactions.
Install
pnpm add @foundrykit/componentsCurrent Surface
- Date and calendar UI:
Calendar,DatePicker. - Search UI:
SearchBarand theAdvancedSearch*family. - Navigation and command UI:
Pagination,Commandand its companion parts. - Form composition:
FormplusFormField,FormItem,FormLabel,FormControl,FormDescription,FormMessage, anduseFormField.
Package Relationships
- Depends on Primitives for low-level UI.
- Depends on Hooks for some reusable form and search behaviour.
- Re-exports shared search-related types from Types.
- Re-exports
cnfrom Utils.