Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Feb 19, 2024
1 parent d51b1af commit 3dc105d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions packages/blade/src/components/Breadcrumb/_decisions/decisions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Breadcrumbs are used for navigating through or to show user’s location in an application.

<img width="426" alt="Breadcrumb Thumbnail" src="./breadcrumb-thumbnail.png" />

- [Design](#design)
- [Anatomy](#anatomy)
- [Basic Usage](#basic-usage)
Expand All @@ -13,6 +15,7 @@ Breadcrumbs are used for navigating through or to show user’s location in an a
- [Usage with Routing Libraries](#usage-with-routing-libraries)
- [Accessibility](#accessibility)
- [Open Questions](#open-questions)
- [References](#references)

## Design

Expand Down Expand Up @@ -190,3 +193,11 @@ Breadcrumb follows the WAI-ARIA Pattern for [Breadcrumbs Navigation](https://www
## Open Questions
- N/A
## References
- [Paste](https://paste.twilio.design/components/breadcrumb)
- [ChakraUI](https://chakra-ui.com/docs/components/breadcrumb/usage)
- [Mantine](https://mantine.dev/core/breadcrumbs/)
- [Reshaped](https://reshaped.so/docs/components/breadcrumbs)

0 comments on commit 3dc105d

Please sign in to comment.