12 lines
361 B
Vue

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