9.0.27 • Published 1 day ago

@fluentui/react-breadcrumb v9.0.27

Weekly downloads
-
License
MIT
Repository
github
Last release
1 day 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.27

1 day ago

9.0.26

5 days ago

9.0.25

12 days ago

9.0.24

15 days ago

9.0.23

19 days ago

9.0.22

28 days ago

9.0.21

1 month ago

9.0.20

2 months ago

9.0.19

2 months ago

9.0.18

2 months ago

9.0.17

2 months ago

9.0.16

3 months ago

9.0.15

3 months ago

9.0.14

3 months ago

9.0.13

4 months ago

9.0.12

4 months ago

9.0.11

4 months ago

9.0.10

4 months ago

9.0.9

4 months ago

9.0.8

4 months ago

9.0.7

4 months ago

9.0.6

5 months ago

9.0.5

5 months ago

9.0.4

5 months ago

9.0.3

5 months ago

9.0.2

6 months ago

9.0.1

6 months ago

9.0.0

6 months ago