You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZBreadcrumbs component(s) involves rendering a trail of navigational tokens (breadcrumbs) that help users understand their current location on the website.
Description
To create a breadcrumbs component.
Tasks
ZBreadcrumb
component logicZBreadcrumbItem
component logicZBreadcrumb
Design specSpec discussed in deepsourcelabs/zeal-next#8
Originally posted by yash-deepsource May 12, 2022
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.
Components
ZBreadcrumbItem
Props
isCurrent
false
separator
'/'
string
that separates the breadcrumbs.Overridable classes
text-<color>
'text-vanilla-400'
current:text-<color>
'current:text-vanilla-100'
ZBreadcrumb
'sseparator
if specified.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
Originally posted by @yash-deepsource in deepsourcelabs/zeal-next#9
The text was updated successfully, but these errors were encountered: