Skip to content

Commit

Permalink
chore: integrity
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMenga committed Apr 16, 2024
1 parent 163e6bc commit 80a3f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/menu/menu-button/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ accepting its associated properties (`type`, `name`, `value` and `form`).

| Name | Attribute | Privacy | Type | Default | Description |
| ---------- | ----------- | ------- | --------------------- | ---------- | -------------------------------------------------------------------------------------------------------------------------------- |
| `disabled` | `disabled` | public | `boolean` | `false` | Whether the component is disabled. |
| `amount` | `amount` | public | `string \| undefined` | | Value shown as badge at component end. |
| `iconName` | `icon-name` | public | `string \| undefined` | | The icon name we want to use, choose from the small icon variants from the ui-icons category from here https://icons.app.sbb.ch. |
| `disabled` | `disabled` | public | `boolean` | `false` | Whether the component is disabled. |
| `type` | `type` | public | `SbbButtonType` | `'button'` | The type attribute to use for the button. |
| `name` | `name` | public | `string` | | The name of the button element. |
| `value` | `value` | public | `string` | | The value of the button element. |
Expand Down

0 comments on commit 80a3f7a

Please sign in to comment.