Clean up app reference (#4856)

* clean up app reference

* fix table
This commit is contained in:
Nitwel
2021-04-06 16:08:47 +02:00
committed by GitHub
parent 70c825af56
commit de1b6367f9
4 changed files with 9 additions and 18 deletions

View File

@@ -34,7 +34,7 @@ profile picture or an icon or text can be inserted.
n/a
###### CSS Variables
#### CSS Variables
| Variable | Default |
| ------------------ | -------------------------- |

View File

@@ -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

View File

@@ -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

View File

@@ -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