feature: Added Group component

This commit is contained in:
Paul Valerie GOMA 2025-07-21 18:15:18 +02:00
parent d5903668ba
commit 451f665907

View File

@ -12,9 +12,9 @@ const props = withDefaults(defineProps<IVGroup>(), {
'error': type === 'error',
'success': type === 'success',
'disabled': props.disabled,
}]"
}]"
>
<slot></slot>
<slot/>
</div>
</template>