Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/content/docs/components/button.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ This example can be used to show a notification count or helper text inside a bu

## Button with only icons

Create a button with only icons by adding the `iconOnly` property to the `<Button>` component. These are useful when you want to show buttons in a small space and for things like pagination.
Create a button with only an icon by passing the icon as the only child of the `<Button>` component and setting its size via the icon's own `className`. These are useful when you want to show buttons in a small space and for things like pagination.

<Example name="button.iconOnly" />

Expand Down
Loading