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 |