Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Jan 26, 2024
1 parent 75b5c66 commit eafed52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion storybook/storybook-docs/src/typography.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ In CSS terms: 400 and 800.
sampleText="Jouw typograaf biedt mij zulke exquise schreven"
/>

Text is bolded in titles and decorative quotes.
The text of all kinds of titles, decorative quotes, and form labels use the bold weight.

<Typeset
fontFamily="Amsterdam Sans, Arial, sans-serif"
Expand Down
6 changes: 1 addition & 5 deletions storybook/storybook-react/src/Breadcrumb/Breadcrumb.docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ import README from "../../../../packages/css/src/components/breadcrumb/README.md

## Usage

- The `<Breadcrumb />` accepts a list of `<Breadcrumb.Item />` components as children.
Other types are filtered out and, therefore, not shown.
- The `<Breadcrumb.Item />` requires a `href` prop, determining the link.
- The `<Breadcrumb.Item />` goes up to 8 levels deep.
Deeper items are not shown.
- A breadcrumb should not display more than 8 items.

0 comments on commit eafed52

Please sign in to comment.