106k
New

March 2024 - Breadcrumb and Input OTP

New Breadcrumb and Input OTP components.

We've added a new Breadcrumb component and an Input OTP component.

An accessible and flexible breadcrumb component. It has support for collapsed items, custom separators, bring-your-own routing <Link /> and composable with other shadcn/ui components.

import Link from "next/link"

import {

See more examples

Input OTP

A fully featured input OTP component. It has support for numeric and alphanumeric codes, custom length, copy-paste and accessible. Input OTP is built on top of input-otp by @guilherme_rodz.

import {
  InputOTP,
  InputOTPGroup,

Read the docs

If you have a v0, the new components are available for generation.