@arnat/styled-breadcrumb
v0.0.12
Published
The bootstrap breadcrumb component created with styled-components
Downloads
21
Readme
ARNAT - styled-breadcrumb
Modular approach to use bootstrap components for quick prototypes, as an entrypoint of the component library.
Usage
import { Breadcrumb, BreadcrumbItem } from '@arnat/styled-breadcrumb';
const MyBreadcrumbComponent = props => (
<Breadcrumb>
<BreadcrumbItem>
<a href="#">Home</a>
</BreadcrumbItem>
<BreadcrumbItem>
<a href="#">Library</a>
</BreadcrumbItem>
<BreadcrumbItem active>Data</BreadcrumbItem>
</Breadcrumb>
);
Properties
Properties which can be added to the component to change the visual appearance.
pill
only on Breadcrumb Type: booleannoRadius
only on Breadcrumb Type: booleanactive
only on BreadcrumbItem Type: boolean