@blaze-react/breadcrumb
v0.8.0-alpha.112
Published
Breadcrumbs allow users to make selections from a range of values
Downloads
1,051
Keywords
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 |
