Skip to content

Commit

Permalink
feat(chip): doc
Browse files Browse the repository at this point in the history
doc

BREAKING CHANGE: doc
  • Loading branch information
andresin87 committed Sep 26, 2023
1 parent b73c644 commit 36b452f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/chip/src/Chip.doc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ When the chip has an associated action, specific hover and focus styles will be

<Canvas of={stories.ActionIntent} />

When the chip has a `pressed` status configured it becomes a toggle button
When the chip has a `pressed` status configured it becomes a toggle button.

<Canvas of={stories.SelectionIntent} />

### Disabled

When a chip is disabled no action is fired when clicking on it
When a chip is disabled, no action is fired when clicking on it

<Canvas of={stories.Disabled} />

Expand Down

0 comments on commit 36b452f

Please sign in to comment.