Breadcrumb List

Breadcrumb List

The breadcrumb is a standard navigation element that helps the user identify their site location.

Technical Details

  • It is an ordered list <ol> element.
  • It uses aria-current="page" to mark the current position.

Dependencies

As you see, it uses custom color values from the $colors map.

Colors

$colors: (
  'breadcrumb': (
    'separator': hsl(0deg 0% 80%),
  ),
),

Resources

Documentation

Learn about Spruce CSS through our extensive documentation.

Components

Explore our extensive UI library built with Spruce CSS.

Blog

Read about front-end development and concepts of Spruce CSS.

Find us on GitHub

Did you find a bug? Have an idea or a question? Please open an issue to help us develop the project.