mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 19:30:37 +01:00
Merge remote-tracking branch 'origin/v3' into feat/init-blog
This commit is contained in:
@@ -1,13 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: Keyboard Key
|
title: Kbd
|
||||||
description: A kbd element to display a keyboard key.
|
description: A kbd element to display a keyboard key.
|
||||||
category: element
|
category: element
|
||||||
links:
|
links:
|
||||||
- label: GitHub
|
- label: GitHub
|
||||||
icon: i-simple-icons-github
|
icon: i-simple-icons-github
|
||||||
to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Kbd.vue
|
to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Kbd.vue
|
||||||
navigation:
|
|
||||||
title: Kbd
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -74,6 +74,7 @@ import { useAppConfig } from '#imports'
|
|||||||
import { useFormField } from '../composables/useFormField'
|
import { useFormField } from '../composables/useFormField'
|
||||||
import { get, omit } from '../utils'
|
import { get, omit } from '../utils'
|
||||||
import { tv } from '../utils/tv'
|
import { tv } from '../utils/tv'
|
||||||
|
import UCheckbox from './Checkbox.vue'
|
||||||
|
|
||||||
const props = withDefaults(defineProps<CheckboxGroupProps<T>>(), {
|
const props = withDefaults(defineProps<CheckboxGroupProps<T>>(), {
|
||||||
valueKey: 'value',
|
valueKey: 'value',
|
||||||
|
|||||||
Reference in New Issue
Block a user