# Breadcrumbs Displays the current navigation hierarchy. ```astro
  1. Blog
  2. Category
  3. Article
``` ## Icons Feel free to mix in icons for the anchor labels or separators. ```astro --- import { ChevronRightIcon, CogIcon, HouseIcon } from 'lucide-react'; ---
  1. Current
```