@blaze-react/breadcrumb

Breadcrumbs allow users to make selections from a range of values.

Usage no npm install needed!

<script type="module">
  import blazeReactBreadcrumb from 'https://cdn.skypack.dev/@blaze-react/breadcrumb';
</script>

README

Description

Breadcrumbs allow users to make selections from a range of values.

Usage

  • Simple
<Breadcrumb>
  <a href="/">First</a>
  <a href="/">Second</a>
  <a href="/">
    Third - long text will be truncated for a better user experience
  </a>
</Breadcrumb>

API

Breadcrumb can receive a number of props as follow:
NAME TYPE DEFAULT
children A single or array of nodes Missing breadcrumb content