14 lines
394 B
Vue

<script setup lang="ts">
// Example app to verify @ocelot-social/ui works with Vue 3 + pre-compiled CSS
</script>
<template>
<div id="app">
<h1>Vue 3 + CSS + @ocelot-social/ui</h1>
<p>
This example verifies that the UI library works with Vue 3 and pre-compiled CSS (no Tailwind).
</p>
<!-- Components will be added here as they are developed -->
</div>
</template>