@arnat/styled-breadcrumb
TypeScript icon, indicating that this package has built-in type declarations

0.0.12 • Public • Published

ARNAT - styled-breadcrumb

npm Travis branch Codecov branch storybook lerna

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: boolean
  • noRadius only on Breadcrumb Type: boolean
  • active only on BreadcrumbItem Type: boolean

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @arnat/styled-breadcrumb

    Weekly Downloads

    9

    Version

    0.0.12

    License

    MIT

    Unpacked Size

    18.8 kB

    Total Files

    13

    Last publish

    Collaborators

    • arnat.technologies
    • rsurjano