mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
@@ -34,7 +34,7 @@ profile picture or an icon or text can be inserted.
|
||||
|
||||
n/a
|
||||
|
||||
###### CSS Variables
|
||||
#### CSS Variables
|
||||
|
||||
| Variable | Default |
|
||||
| ------------------ | -------------------------- |
|
||||
|
||||
@@ -8,10 +8,14 @@ A breadcrumb can help you display on what site you are currently on by displayin
|
||||
|
||||
## Breadcrumb Item
|
||||
|
||||
An item for the items prop has these 4 options: | Prop | Description |
|
||||
|------------|-----------------------------------------------------------| | `to` | The reroute link | | `name` | The
|
||||
name which will be displayed | | `icon` | Displays an icon with the given name in front of the name | | `disabled` | If
|
||||
the router link should be clickable |
|
||||
An item for the items prop has these 4 options:
|
||||
|
||||
| Prop | Description |
|
||||
| ---------- | --------------------------------------------------------- |
|
||||
| `to` | The reroute link |
|
||||
| `name` | The name which will be displayed |
|
||||
| `icon` | Displays an icon with the given name in front of the name |
|
||||
| `disabled` | If the router link should be clickable |
|
||||
|
||||
## Reference
|
||||
|
||||
|
||||
@@ -93,14 +93,6 @@ If you can't, you should listen to the `update:indeterminate` event and respond
|
||||
| -------------------- | ------------------------------------------------------------------------ | --------------------------- | ------------------ |
|
||||
| `value` | Value for checkbox. Similar to value attr on checkbox type input in HTML | `null` | `String` |
|
||||
| `input-value` | Value that's used with `v-model`. Either boolean or array of values | `false` | `[Boolean, Array]` |
|
||||
| `label` | | `null` | `String` |
|
||||
| `disabled` | | `false` | `Boolean` |
|
||||
| `indeterminate` | | `false` | `Boolean` |
|
||||
| `icon-on` | | `'check_box'` | `String` |
|
||||
| `icon-off` | | `'check_box_outline_blank'` | `String` |
|
||||
| `icon-indeterminate` | | `'indeterminate_check_box'` | `String` |
|
||||
| `block` | | `false` | `Boolean` |
|
||||
| `custom-value` | | `false` | `Boolean` |
|
||||
| `label` | Label for the checkbox | `null` | `String` |
|
||||
| `disabled` | Disable the checkbox | `false` | `Boolean` |
|
||||
| `indeterminate` | Show the indeterminate state | `false` | `Boolean` |
|
||||
@@ -108,7 +100,6 @@ If you can't, you should listen to the `update:indeterminate` event and respond
|
||||
| `icon-off` | What icon to use for the off state | `'check_box_outline_blank'` | `String` |
|
||||
| `icon-indeterminate` | What icon to use for the indeterminate state | `'indeterminate_check_box'` | `String` |
|
||||
| `block` | Show as styled block. Matches input size | `false` | `Boolean` |
|
||||
| `input-value` | | `false` | `[Boolean, Array]` |
|
||||
| `custom-value` | | `false` | `Boolean` |
|
||||
|
||||
#### Slots
|
||||
|
||||
@@ -56,13 +56,9 @@ called `close`.
|
||||
| `active` | Change visibility. Can be reacted to via `sync` | `null` | `Boolean` |
|
||||
| `close` | Displays a close icon which triggers the close event | `false` | `Boolean` |
|
||||
| `close-icon` | Which icon should be displayed instead of `close ` | `'close'` | `String` |
|
||||
| `outlined` | | `false` | `Boolean` |
|
||||
| `label` | | `true` | `Boolean` |
|
||||
| `disabled` | | `false` | `Boolean` |
|
||||
| `outlined` | No background | `false` | `Boolean` |
|
||||
| `label` | Label style | `true` | `Boolean` |
|
||||
| `disabled` | Disabled state | `false` | `Boolean` |
|
||||
| `close-icon` | | `'close'` | `String` |
|
||||
|
||||
#### Slots
|
||||
|
||||
|
||||
Reference in New Issue
Block a user