Skip to content

Commit

Permalink
docs: gen
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek committed Dec 9, 2024
1 parent 39c25c2 commit e8cb2e4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions packages/docs/components/Dropdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,15 @@ sidebarDepth: 2

### Props

| Prop name | Description | Type | Values | Default |
| --------- | ----------- | ---- | ------ | ------- |
| Prop name | Description | Type | Values | Default |
| --------- | --------------------------------------------------------------------------------- | ---------------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| clickable | Item is clickable and emit an event | boolean | - | <code style='white-space: nowrap; padding: 0;'>true</code> |
| disabled | Item is disabled | boolean | - | <code style='white-space: nowrap; padding: 0;'>false</code> |
| hidden | Define whether the item is visible or not | boolean | - | <code style='white-space: nowrap; padding: 0;'>false</code> |
| label | Item label, unnecessary when default slot is used | string | - | |
| override | Override existing theme classes completely | boolean | - | |
| tag | Dropdown item tag name | DynamicComponent | - | <div><small>From <b>config</b>:</small></div><code style='white-space: nowrap; padding: 0;'>dropdown: {<br>&nbsp;&nbsp;itemTag: "div"<br>}</code> |
| value | Item value (it will be used as v-model of wrapper component) - default is an uuid | string\|number\|object | - | |

### Events

Expand Down

0 comments on commit e8cb2e4

Please sign in to comment.