4.0.1 • Published 8 months ago

@licuido-ui/ui_breadcurmbs v4.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Breadcrumbs

A breadcrumbs is a list of links that help visualize a page's location within a site's hierarchical structure, it allows navigation up to any of the ancestors.

Author

Link

Story Book Link CircleProgress

PlayGround

Try it have a fun codeBox

Installation

npm i  @licuido-ui/ui_breadcurmbs

Import component

import { Breadcurmbs } from '@licuido-ui/ui_breadcurmbs';

Usage

<Breadcurmbs labelFontSize='16px' labelColor='#F53D3D' labelFontWeight='600' />

Image

alt text

Sample Code

<Breadcurmbs
  breadcrumbs={[]}
  labelFontSize=''
  labelColor=''
  labelActiveColor=''
  labelFontWeight=''
  underLineStyle=''
  navigationIcon={<NavigationIcon />}
  linkStyle={}
  isolated={false}
/>

Props

NameTypeDefault ValueDescription
classNamestring''Additional CSS class to be applied to the component.
sxSxProps{}Override or extend the styles applied using Material-UI's sx prop.
handleClickReact.MouseEventHandler | undefined() => falseNavigation function.
breadcrumbsBreadcurmbsData[][]An array of objects representing each breadcrumb item.
labelFontSizestring'16px'Font size for dynamically changing the text size.
labelColorstring'#4E585E'Color for dynamically changing the text color.
labelActiveColorstring'#F53D3D'Color for dynamically change the text color wheather the text is active
labelFontWeightstring'600'Font weight for dynamically changing the text font weight.
underLineStyle'none' or 'always' or 'hover''none'Style for hovering the breadcrumbs label.
navigationIconReact.ReactNode-Dynamically change the separator Icon for breadcrumbs.
linkStyleSxProps{}Override or extend the styles applied using
isolatedbooleanfalseAddition props to display another style if its boolean is true