From 3dc105d0e87748e22c83713f5a81f0a01d706ee7 Mon Sep 17 00:00:00 2001 From: anuraghazra Date: Mon, 19 Feb 2024 15:09:27 +0530 Subject: [PATCH] chore: update --- .../_decisions/breadcrumb-thumbnail.png | Bin 0 -> 4482 bytes .../Breadcrumb/_decisions/decisions.md | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100644 packages/blade/src/components/Breadcrumb/_decisions/breadcrumb-thumbnail.png diff --git a/packages/blade/src/components/Breadcrumb/_decisions/breadcrumb-thumbnail.png b/packages/blade/src/components/Breadcrumb/_decisions/breadcrumb-thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..c4132b5e54743d6530820f5e5abf31d2fcfe5306 GIT binary patch literal 4482 zcmeAS@N?(olHy`uVBq!ia0y~yVEO^X3LI=ekq`c|3xO18fk$L91A~|<2s3&HseAwm zG8PB9J29*~C-V}>VM%xNb!1@J*w6hZk(Gf#P~6kSF{Fa=?cIZC-@3^jd-z{+Zg2Ss z(H5>rLX)^A1-)pv!1$6yOF^}TYlmpW&C2J^>F;bgQlC!TFy;Nz$|V=gCmemR6Mr-8 z(~A2Qd*klUtFN;-|NZ&TRSXOb_h-lNo3r0WuHXOvUw*mwr!C+7FZlQKbLGDf28ILf zAFuzi`BMM(e=^S>{m1{Ff3ArIiC&)ntp2)t-S1EJU(~-Jvt?kY@wtEHxo>>`=a+xO zpWm++1^V=2?e+N&{zot{I5f%sI`BP{kAWfO$G-YSpS2hm6r8kyL|Y?21A`+^4Fdy5 z(gS7&hY9Jvx4!S)mMi_eG&VbO+OEm-;NV{AW&aP=e=Pb6@7X``t3rV5KV8@v7@BmS=+ zd^!E|`R-3D!2Y@2tbGsn|K0TR^~c-wRd#3pzxwm}apgWe|1XRT55B($uKhRt>7Tc! e)xZD$m_M(4&U|6NJ3v=3FnGH9xvX + - [Design](#design) - [Anatomy](#anatomy) - [Basic Usage](#basic-usage) @@ -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 @@ -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)