0.3.3 • Published 2 years ago
@highoutput/hds-breadcrumbs v0.3.3
Getting started
We aim to build a library of custom ReactJS components that implements our unique UI design conventions. The ReactJS components will be based primarily on Chakra UI components. React Storybook will be used for documentation and testing.
Commands
To install package, use:
npm i @highoutput/hds-breadcrumbs
Usage
import { Breadcrumbs } from '@highoutput/hds-breadcrumbs';
export const SamplePage = () => {
return (
<Breadcrumbs
separator={<ChevronRightIcon color="#D6D6D6" />}
icon={<AttachmentIcon />}
breadCrumbLinks={[
{ link: '#hello', name: 'Home' },
{ link: '#Settings', name: 'Settings' },
{ link: '#Faqs', name: 'Faqs' },
{ link: '#Logout', name: 'Logout' },
{ link: '#New', name: 'New' },
{ link: '#Create', name: 'Create' },
{ link: '#Contact', name: 'Contact' },
{ link: '#Read', name: 'Read' },
{ link: '#Save', name: 'Save' },
{ link: '#Copy', name: 'Copy' },
]}
/>
);
};
0.3.3
2 years ago
0.3.0
2 years ago
0.3.1
2 years ago
0.2.7
2 years ago
0.2.6
2 years ago
0.2.9
2 years ago
0.2.8
2 years ago
0.2.3
2 years ago
0.2.2
2 years ago
0.2.4
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago
0.2.2-alpha.0
2 years ago
0.1.10
2 years ago
0.1.9
2 years ago
0.1.7
2 years ago
0.1.6
2 years ago
0.1.5
2 years ago
0.1.4
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago