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
Copy file name to clipboardExpand all lines: docs/component-2-navigation.md
+37-12Lines changed: 37 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,27 +164,52 @@ This pattern is useful for when you need to display a set of controls with an in
164
164
### Breadcrumbs
165
165
_Breadcrumbs_ are a special kind of _segmented control_ component; a simple and minimal way to give users a hint at your site or application's structure. They also provide an important context in relation to user's current location within your content. Breadcrumbs should be displayed just below the header, possibly on their own, with appropriate spacing to stay visible.
166
166
167
-
<!-- <div class="notice">
168
-
<h6 class="title">Note</h6>
169
-
<p>You can use a inversed breadcrumbs, by replacing class <code>breadcrumbs</code> with <code>breadcrumbs-inverse</code>. Inversed breadcrumbs should only ever be used against dark, or unpredictable backgrounds, such as splash screens, etc.</p>
170
-
</div> -->
167
+
<divclass="notice">
168
+
<p>You can use a dark variant of breadcrumbs, by replacing class <code>wfp-breadcrumbs</code> with <code>wfp-breadcrumbs--dark</code>. Dark breadcrumbs should only ever be used against unpredictable backgrounds, such as splash screens, etc.</p>
0 commit comments