This repository has been archived by the owner on Dec 28, 2022. It is now read-only.
ZBreadcrumbs #8
yash-deepsource
started this conversation in
RFC
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
ZBreadcrumbs
component(s) involves rendering a trail of navigational tokens (breadcrumbs) that help users understand their current location on the website.More information on them can be found on MDN.
Design specs for this component can be found here (Internal only).
Components
ZBreadcrumbItem
Props
separator
'/'
string
that separates the breadcrumbs. Overrides the value ofZBreadcrumb
'sseparator
if specified.Overridable classes
text-<color>
'text-vanilla-400'
current:text-<color>
'current:text-vanilla-100'
Preview
TODO
ZBreadcrumb
<ZBreadcrumbItem/>
s.Props
separator
'/'
string
that separates the breadcrumbs. If aZBreadcrumbItem
specifies its ownseparator
then it overrides the value of this prop.Overridable classes
text-<size>
'text-base'
ZBreadcrumb
.Preview
TODO
Code example
Beta Was this translation helpful? Give feedback.
All reactions