mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 23:11:43 +01:00
chore: up
This commit is contained in:
11
playground/compodium/examples/UIconExample.vue
Normal file
11
playground/compodium/examples/UIconExample.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
extendCompodiumMeta({
|
||||
defaultProps: {
|
||||
name: 'lucide:rocket'
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UIcon />
|
||||
</template>
|
||||
Reference in New Issue
Block a user