mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 08:50:34 +01:00
refactor(module)!: implement design system with CSS variables (#2298)
This commit is contained in:
@@ -74,7 +74,7 @@ props:
|
||||
---
|
||||
::
|
||||
|
||||
::note
|
||||
::caution
|
||||
Unlike the [Select](/components/select) component, the SelectMenu expects the whole object to be passed to the `v-model` directive or the `default-value` prop by default.
|
||||
::
|
||||
|
||||
@@ -274,7 +274,7 @@ external:
|
||||
- modelValue
|
||||
props:
|
||||
modelValue: 'Backlog'
|
||||
color: gray
|
||||
color: neutral
|
||||
highlight: true
|
||||
items:
|
||||
- Backlog
|
||||
@@ -303,7 +303,7 @@ external:
|
||||
- modelValue
|
||||
props:
|
||||
modelValue: 'Backlog'
|
||||
color: gray
|
||||
color: neutral
|
||||
variant: subtle
|
||||
highlight: false
|
||||
items:
|
||||
|
||||
Reference in New Issue
Block a user