Socket
Book a DemoInstallSign in
Socket

@element-public/react-breadcrumbs

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@element-public/react-breadcrumbs

TODO

latest
npmnpm
Version
5.62.0-alpha.1
Version published
Maintainers
2
Created
Source

Breadcrumbs

Description

A navigation component with depth tracking

See live demos on storybook

Storybook Breadcrumbs Demos

Install from Artifactory

  • Verify that you have access to (https://docs.int.bayer.com/cloud/devops/artifactory/)[Bayer Artifactory]
    • Verify your token is correctly set up in your .npmrc as per the link above
  • Verify you have the @element scope configured in your .npmrc
    • @element:registry=https://artifactory.bayer.com/artifactory/api/npm/npm-platforms-engineering/
  • Install the component and themes bundles
    • npm i @element/react-components @element/themes
      • alternatively install the component individually along with the themes bundle npm i @element/react-breadcrumbs @element/themes

Breadcrumbs Render Props

NameTypeDefaultRequiredDescription
childrenReact.ReactNodenullfalseContent to be rendered inside the component.

Breadcrumb Render Props

NameTypeDefaultRequiredDescription
childrenReact.ReactNodenullfalseContent to be rendered inside the component.
iconReact.ReactNode'keyboard_arrow_right'falseMostly commonly a string but accepts any valid markup or components. If a custom icon is used styles like color and size will need be handled with custom CSS. Please check for Material Icons docs or provide a custom icon as React Element/Component

Breadcrumb Active Page Render Props

NameTypeDefaultRequiredDescription
childrenReact.ReactNodenullfalseContent to be rendered inside the component.

Breadcrumb Active Page Events

NameDefaultRequiredParamsDescription
onClickundefinedfalseClick event handler

FAQs

Package last updated on 24 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts