Skip to content

Commit

Permalink
chore: Remove buggy example of multiple terms for a Description List (#…
Browse files Browse the repository at this point in the history
…1704)

Co-authored-by: alimpens <[email protected]>
  • Loading branch information
VincentSmedinga and alimpens authored Oct 28, 2024
1 parent 139d8cb commit 4b58cf1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ A description can include rich content such as inline formatting, links, paragra

<Canvas of={DescriptionListStories.RichDescription} />

### Multiple terms

Multiple terms may share one description.

<Canvas of={DescriptionListStories.MultipleTerms} />

### Inverse colour

Set the `inverseColor` prop if the Description List sits on a dark background.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,6 @@ export const RichDescription: Story = {
),
}

export const MultipleTerms: Story = {
args: {
children: [
<DescriptionList.Term key={1}>mbo-leerling</DescriptionList.Term>,
<DescriptionList.Term key={2}>mbo-scholier</DescriptionList.Term>,
<DescriptionList.Description key={3} style={{ gridRow: '1 / 2' }}>
mbo-student
</DescriptionList.Description>,
],
},
}

export const InverseColour: Story = {
args: {
inverseColor: true,
Expand Down

0 comments on commit 4b58cf1

Please sign in to comment.