mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 11:20:36 +01:00
playground: update
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="max-w-7xl mx-auto py-24">
|
||||
<UButton color="green" icon="i-heroicons-rocket-launch" to="/" label="/" />
|
||||
<UButton color="red" icon="i-heroicons-rocket-launch" to="/about" label="/about" square />
|
||||
<UContainer class="min-h-screen flex flex-col gap-4 items-center justify-center">
|
||||
<div class="flex gap-1">
|
||||
<UButton icon="i-heroicons-rocket-launch" to="/" label="/" />
|
||||
|
||||
<UButton color="green" trailing-icon="i-heroicons-light-bulb" to="/about" label="/about" />
|
||||
|
||||
<UButton color="red" label="Button" class="font-bold" />
|
||||
</div>
|
||||
|
||||
<NuxtPage />
|
||||
</div>
|
||||
</UContainer>
|
||||
</template>
|
||||
Reference in New Issue
Block a user