You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@instructure/ui-breadcrumb

Package Overview
Dependencies
Maintainers
42
Versions
2188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-breadcrumb

A breadcrumb component

10.23.0
latest
Source
npm
Version published
Weekly downloads
7.1K
-16.49%
Maintainers
42
Weekly downloads
 
Created
Source

ui-breadcrumb

npm MIT License Code of Conduct

A breadcrumb component.

Components

The ui-breadcrumb package contains the following:

  • Breadcrumb

Installation

npm install @instructure/ui-breadcrumb

Usage

---
type: code
---
import React from 'react'
import { Breadcrumb } from '@instructure/ui-breadcrumb'

const MyBreadcrumb = () => {
  return (
    <Breadcrumb label="You are here">
      <Breadcrumb.Link href="https://instructure.github.io/instructure-ui/">Course A</Breadcrumb.Link>
      <Breadcrumb.Link href="https://instructure.github.io/instructure-ui/">Modules</Breadcrumb.Link>
      <Breadcrumb.Link>A Great Module</Breadcrumb.Link>
    </Breadcrumb>
  )
}

FAQs

Package last updated on 09 Jul 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