UI designer
Vue Color Swatch Component
BetaThe theme editor colour control, usable on its own.
Try it
Use in your application
Bind a CSS colour string. The text field preserves CSS expressions such as var(--primary); the native picker commits a colour. Invalid text restores the previous value.
vue
Open the complete social-card example →<DomColorSwatch v-model="colour" label="Brand colour" />