Sections
Get Started
Components
- Accordion
- Alert Dialog
- Animated Gradient Text
- Animated Shiny Text
- Avatar
- Badge
- Bento Grid
- Border Beam
- Breadcrumbs
- Card
- Checkbox
- Custom Cursor
- Dialog
- Glow Border
- Glow Card
- Hyper Text
- Line Shadow Text
- Marquee
- Morphing Text
- Number Ticker
- Popover
- Ripple Button
- Scroll Area
- Scroll Based Velocity
- Separator
- Shimmer Button
- Sparkles Text
- Spinning Text
- Tabs
- Terminal
- Text Animate
- Text Reveal
- Theme Toggler
- Typing Animation
- Video Text
- Word Rotate
import { Settings, Users } from "lucide-react"
import { Breadcrumbs } from "registry/ebonui/ui/breadcrumbs"
export function BreadcrumbsDemo() {
return (
<div className="space-y-6">
<div>
<Breadcrumbs
items={[
{
href: "/admin",
label: "Admin",
icon: <Settings className="h-4 w-4" />,
},
{
href: "/admin/users",
label: "Users",
icon: <Users className="h-4 w-4" />,
},
{ href: "/admin/users/123", label: "John Doe" },
]}
/>
</div>
</div>
)
}
Installation
pnpm dlx shadcn@latest add https://ebonui.com/r/breadcrumbs.json
Usage
import { Breadcrumbs } from "@/components/ui/breadcrumbs"<Breadcrumbs>Home</Breadcrumbs>Deploy your ebonui app on Vercel
Trusted by OpenAI, Sonos, Adobe, and more.
Vercel provides tools and infrastructure to deploy apps and features at scale.
Deploy to Vercel