mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
9 lines
190 B
Vue
9 lines
190 B
Vue
<template>
|
|
<div class="mx-auto max-w-80em">
|
|
Welcome
|
|
<NuButton class="ml-3" variant="primary" icon="heroicons-outline:check-circle">
|
|
toto
|
|
</NuButton>
|
|
</div>
|
|
</template>
|