FoundryKit

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/components

Current Surface

  • Date and calendar UI: Calendar, DatePicker.
  • Search UI: SearchBar and the AdvancedSearch* family.
  • Navigation and command UI: Pagination, Command and its companion parts.
  • Form composition: Form plus FormField, FormItem, FormLabel, FormControl, FormDescription, FormMessage, and useFormField.

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 cn from Utils.

On this page