mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 05:58:07 +01:00
chore(FormGroup): add wrapper class in preset
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<div :class="wrapperClass">
|
||||
<slot name="label">
|
||||
<div class="flex content-center justify-between">
|
||||
<label
|
||||
@@ -57,6 +57,10 @@ export default {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
wrapperClass: {
|
||||
type: String,
|
||||
default: () => $ui.formGroup.wrapper
|
||||
},
|
||||
containerClass: {
|
||||
type: String,
|
||||
default: () => $ui.formGroup.container
|
||||
|
||||
Reference in New Issue
Block a user