Get StartedFoundationsComponentsPatternsIntegration
01.Get Started
02.Foundations
03.Components
04.Patterns
05.Integration
Overview
Accordion
Badge
Breadcrumb
Button
Gradient Button
FAB
Icon Button
Card
Checkbox
Chips
Date Picker
Dialogs
Divider
List
Loading
Menu
Options
Pagination
Radio
Scrollbar
Search
Selector
Skeleton
Slider
Swiper
Switch
Tabs
Text Field
TextArea
Toast
Tooltip

BREADCRUMB

PreviousBadge
ButtonNext
ELFBAR Design

V 0.1.0

A design system built for BMD teams.

Brand Marketing Department

Resources

  • GitHub
  • Storybook
  • Figma

Documentation

  • Changelog
  • Components
  • Tokens
  • Global market globe

Brands

  • ELFBAR Official
  • LostMary Official

Copyright © 2026 ELFBAR. All rights reserved.

When to Use

Example: trail above page content (skeleton)

Pod — Classic Mint

  1. Home
  2. Devices
  3. Pods
  • Multi-level hierarchical sites where users need to understand their current location
  • Pages deeper than two levels that benefit from quick back-navigation
  • Admin dashboards, documentation sites, or e-commerce category flows
  • Not needed for flat single-level navigation or mobile-first apps with limited screen width

Usage Guidelines

DO

Use only in sites/apps with a clear hierarchy (e.g. category → subcategory → detail page). The last item should always be the current page with no href. Keep the path complete — don't skip levels

Don’t

Don't use in flat-structured (non-hierarchical) applications. Don't use breadcrumbs as a substitute for primary navigation. Don't show more than 5 levels (consider collapsing middle levels beyond that)

Interaction Behavior

LevelsUse Case
2 levelsRoot → current
3–4 levelsTypical category navigation
5 levelsMaximum recommended depth; consider collapsing beyond

Accessibility

  • Breadcrumb root uses semantic <nav> with aria-label="Breadcrumb"
  • Items are rendered in an ordered list <ol> for assistive technology
  • Current page item uses <span> (no link), providing clear indication of location