Summary
Three new registry components, smoother docs, and a more consistent visual system across the library.
What's New
Input OTP
Animated one-time password field built on Base UI OTP Field and Motion.
- Spring focus borders, character entrance, and caret pulse on the active slot
OTPSlotshelper for auto-layout with optional grouped separator (separatorAfter={3})- Docs: iconiqui.com/inputs-and-forms/input-otp
npx shadcn@latest add @iconiq/input-otpDate Picker
Collapsible date field with the shared Calendar panel underneath.
- Formatted trigger button with spring open/close motion
- Controlled or uncontrolled via
value/onChange - Docs: iconiqui.com/display-and-content/date-picker
npx shadcn@latest add @iconiq/date-picker
npx shadcn@latest add @iconiq/calendarFile Tree
Compound navigation tree for docs-style file explorers.
- Nested
FileTreeItemrows with folder toggles and hover highlight - Base UI button primitives with Motion transitions
- Docs: iconiqui.com/navigation/file-tree
npx shadcn@latest add @iconiq/file-treeDismissible GitHub Star Nudge
Site header prompt encouraging a GitHub star, with dismiss persistence so returning visitors are not nagged.
Improvements
Unified border radius — Registry components now share rounded-lg, aligned to the theme --radius token. Docs preview canvases match.
Docs & registry refresh — Updated Icon Bar, Theme Toggle, and FAQ Pro docs pages with refreshed registry implementations and install metadata.