9.0.41 • Published 8 months ago

@fluentui/react-breadcrumb v9.0.41

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

@fluentui/react-breadcrumb

React Breadcrumb components for Fluent UI React

These are not production-ready components and should never be used in product. This space is useful for testing new components whose APIs might change before final release.

Breadcrumbs should be used as a navigational aid in your app or site. They indicate the current page's location within a hierarchy and help the user understand where they are in relation to the rest of that hierarchy.

Usage

To import React Breadcrumb components:

import {
  Breadcrumb,
  BreadcrumbItem,
  BreadcrumbButton,
  BreadcrumbDivider,
  BreadcrumbProps
} from "@fluentui/react-components';

Simple example of Breadcrumb Usage:

import { Breadcrumb, BreadcrumbItem, BreadcrumbDivider } from '@fluentui/react-breadcrumb';

export const App = () => (
  <Breadcrumb aria-label="breadcrumb">
    <BreadcrumbItem>Item 1</BreadcrumbItem>
    <BreadcrumbDivider />
    <BreadcrumbItem>Item 2</BreadcrumbItem>
    <BreadcrumbDivider />
    <BreadcrumbItem current={true}>Item 3</BreadcrumbItem>
  </Breadcrumb>
);

Specification

See the Spec.md file for background information on the design/engineering decisions of the component.

API

For information about the components, please refer to the API documentation.

9.0.41

9 months ago

9.0.39

9 months ago

9.0.40

9 months ago

9.0.38

9 months ago

9.0.37

10 months ago

9.0.28

1 year ago

9.0.29

1 year ago

9.0.35

11 months ago

9.0.34

11 months ago

9.0.36

11 months ago

9.0.31

1 year ago

9.0.30

1 year ago

9.0.33

11 months ago

9.0.32

12 months ago

9.0.27

1 year ago

9.0.26

1 year ago

9.0.25

1 year ago

9.0.24

1 year ago

9.0.23

1 year ago

9.0.22

1 year ago

9.0.21

1 year ago

9.0.20

1 year ago

9.0.19

1 year ago

9.0.18

1 year ago

9.0.17

1 year ago

9.0.16

1 year ago

9.0.15

1 year ago

9.0.14

1 year ago

9.0.13

1 year ago

9.0.12

1 year ago

9.0.11

1 year ago

9.0.10

1 year ago

9.0.9

1 year ago

9.0.8

1 year ago

9.0.7

1 year ago

9.0.6

1 year ago

9.0.5

2 years ago

9.0.4

2 years ago

9.0.3

2 years ago

9.0.2

2 years ago

9.0.1

2 years ago

9.0.0

2 years ago