⚠️ Mobile is not supported yet.
Search for a command to run...
A personal registry of production-ready ShadCN components and utilities. Everything is built to drop into your existing ShadCN project with no extra setup.
JSONForms combobox renderer for anyOf schemas that combine enum values with a plain string type. Renders a text input with a datalist dropdown — user can pick a suggestion or type freely.
JSONForms accordion-based renderer for arrays of objects. Each item renders in a collapsible panel with add, remove, and reorder controls.
JSONForms checkbox cell for boolean fields inside array table layouts.
JSONForms checkbox renderer for boolean type fields.
JSONForms switch cell for boolean fields inside array table layouts.
JSONForms switch/toggle renderer for boolean fields. Activated by setting options.toggle to true in the UISchema.
JSONForms tabs/categorization layout renderer for UISchema Categorization elements.
JSONForms text input renderer for string type fields.
JSONForms date cell for date fields inside array table layouts.
JSONForms date input renderer.
JSONForms datetime-local input renderer.
JSONForms select cell for enum fields inside array table layouts.
JSONForms select/dropdown renderer for enum type fields.
JSONForms collapsible accordion renderer for UISchema Group elements.
JSONForms horizontal row layout renderer. Children are distributed equally.
JSONForms integer cell for integer fields inside array table layouts.
JSONForms static label/heading renderer for UISchema Label elements.
JSONForms number cell for number fields inside array table layouts.
JSONForms number/integer input renderer.
JSONForms formatted number cell for fields inside array table layouts. Displays the current value formatted; on focus switches to a raw number input.
JSONForms select cell for oneOf enum fields inside array table layouts.
JSONForms select renderer for oneOf enum fields. Uses withJsonFormsOneOfEnumProps so options include title/const pairs.
JSONForms radio group renderer for oneOf enum fields. Activated by setting options.format to 'radio' in the UISchema.
JSONForms radio group renderer for enum fields. Activated by setting options.format to 'radio' in the UISchema.
Complete set of JSONForms renderers and cells built on ShadCN. Covers all controls from @jsonforms/material-renderers: text, number, integer, boolean (checkbox + toggle), enum (select + radio + oneOf), anyOf, textarea, slider, date, time, datetime, array layout, and categorization tabs. Plus a full set of table cells for use inside array layouts.
JSONForms slider renderer for numeric fields with minimum/maximum defined in schema.
JSONForms multi-line textarea renderer. Activated by setting options.multi to true in the UISchema.
JSONForms text cell for string fields inside array table layouts.
JSONForms time cell for time fields inside array table layouts.
JSONForms time input renderer.
Utility functions for JSONForms — includes translateError for rendering custom error messages from JSON Schema errorMessage annotations.
JSONForms vertical stack layout renderer.
A comprehensive theme management library for TanStack React Start applications with server-side rendering support, automatic system preference detection, and seamless user preference persistence.
A polymorphic Typography component with 14 variants (hero, h1–h4, p, lead, large, small, muted, tiny, blockquote, code, error) built with cva. Renders the semantically correct HTML element by default with full support for the `as` prop.
A React hook that provides cross-platform compatibility for useLayoutEffect, automatically falling back to useEffect on the server-side to prevent hydration mismatches while maintaining synchronous DOM updates on the client.
A React hook for responsive design that listens to CSS media queries and returns boolean values, enabling components to conditionally render content based on screen size, device orientation, or other media features.