Files
ui/playground/compodium/examples/UAlert/UAlertExampleVariants.vue
2025-03-26 11:40:23 +01:00

14 lines
246 B
Vue

<script setup lang="ts">
extendCompodiumMeta({
combo: ['variant', 'color'],
defaultProps: {
title: 'Heads up!',
description: 'You can change the primary color in your app config.'
}
})
</script>
<template>
<UAlert />
</template>