mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
7 lines
168 B
Vue
7 lines
168 B
Vue
<template>
|
|
<div class="max-w-7xl mx-auto py-24">
|
|
<UButton color="green" truncate icon="i-heroicons-rocket-launch">
|
|
Click
|
|
</UButton>
|
|
</div>
|
|
</template> |