Files
malio-layer-ui/.playground/pages/index.vue
2026-05-21 10:05:55 +02:00

11 lines
315 B
Vue

<template>
<div class="mx-auto max-w-2xl py-16 text-center">
<h1 class="text-3xl font-bold text-m-text">
Playground @malio/layer-ui
</h1>
<p class="mt-4 text-m-muted">
Sélectionne un composant dans la barre latérale pour afficher sa page de démonstration.
</p>
</div>
</template>