Docs
Search the documentation
⌘K
0.2.0-preview.30
Playground
GitHub
START HERE
Getting Started
WRITE-ONCE
Write-Once Components
Declarative Surface
Photon Engine
Design System
Capabilities
Storage
Forms
Code Editor
Markdown
Mermaid
ARCHITECTURE
Architecture Overview
Package Architecture
Components
Styling
Localization
Analytics & GTM
COMPILATION
Compiler
Compile-Time Evaluation
Supported C# Features
External Type Resolution
Build Flow
RUNTIME
Runtime (TypeScript)
Performance
SERVER
Server Integration
Assets
BunPackage
Security
ECOSYSTEM
Image
Charts
Icons
Lottie
DEVELOPMENT
Visual Editor
Debug
Roadmap
PT-BR
Analytics-pt-BR
Architecture-pt-BR
Assets-pt-BR
BuildFlow-pt-BR
BunPackage-pt-BR
Capabilities-pt-BR
Charts-pt-BR
CodeEditor-pt-BR
Compiler-pt-BR
CompileTimeEvaluation-pt-BR
Components-pt-BR
Debug-pt-BR
DeclarativeSurface-pt-BR
DesignSystem-pt-BR
ExternalTypeResolution-pt-BR
Forms-pt-BR
GettingStarted-pt-BR
Home-pt-BR
Icons-pt-BR
Image-pt-BR
Localization-pt-BR
Lottie-pt-BR
Markdown-pt-BR
Mermaid-pt-BR
PackageArchitecture-pt-BR
Performance-pt-BR
Photon-pt-BR
Roadmap-pt-BR
Runtime-pt-BR
Security-pt-BR
ServerIntegration-pt-BR
Storage-pt-BR
Styling-pt-BR
SupportedFeatures-pt-BR
VisualEditor-pt-BR
WriteOnceComponents-pt-BR
ACTIONS & INPUTS
Button
IconButton
TextInput
Select
Checkbox
Switch
RadioGroup
SegmentedControl
Slider
Stepper
SearchField
SURFACES & DISPLAY
Card
Badge
Chip
Avatar
Banner
ProgressBar
EmptyState
Divider
NAVIGATION
Tabs
AppBar
BottomNavigation
Breadcrumb
Pagination
PageIndicator
Menu
Drawer
OVERLAYS
Dialog
BottomSheet
Toast
Popover
Tooltip
LISTS & DATA
List
ListView
Table
Accordion
CodeBlock
TOUCH INTERACTION
PullToRefresh
SwipeableRow
Docs
Navigation
Breadcrumb
View source
1 min read
The path back up a hierarchy. A wide-screen component; on phones prefer a titled back action.
1
using
eQuantic
.
UI
.
Components
;
DEFAULT
Docs
Components
Breadcrumb
3 levels
Usage
1
new
Breadcrumb
{
Crumbs
=
[
new
Crumb
(
"Docs"
,
GoDocs
),
new
Crumb
(
"Components"
,
GoList
),
new
Crumb
(
"Button"
)
]
}
API
Prop
Type
Default
Description
Crumbs
IReadOnlyList<Crumb>
—
Ancestors in order; the last one is the current page and is not a link.
States
State
Rendering
Link
An interactive ancestor
Current
TextPrimary
, not interactive
Accessibility
•
A
nav
labelled "Breadcrumb"; the last crumb is marked as the current page.
When to use
•
Deep hierarchies on wide screens.
Avoid
•
Breadcrumbs as the only way back on mobile.
NOTE
Every dimension resolves through
Sizing.*(SizeVariant)
and the token scales — never a literal. Source:
src/eQuantic.UI.Components/Breadcrumb.cs
.
PREVIOUS
BottomNavigation
NEXT
Pagination
ON THIS PAGE
Usage
API
States
Accessibility
When to use
Avoid