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
Breadcrumbs no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
Copy file name to clipboardExpand all lines: docs/content/Breadcrumbs.md
+11-16Lines changed: 11 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,26 +27,21 @@ This ensures that the NavLink gets `activeClassName='selected'`
27
27
</Breadcrumbs>
28
28
```
29
29
30
-
## System props
31
-
32
-
<Notevariant="warning">
33
-
34
-
System props are deprecated in all components except [Box](/Box). Please use the [`sx` prop](/overriding-styles) instead.
35
-
36
-
</Note>
37
-
38
-
Breadcrumbs and Breadcrumbs.Item components get `COMMON` system props. Read our [System Props](/system-props) doc page for a full list of available props.
39
-
40
30
## Component props
41
31
42
32
### Breadcrumbs
43
33
44
-
The `Breadcrumbs` component does not receive any additional props besides `COMMON` system props.
0 commit comments