🌸 v0.5.0 — now with liquid glass

A cute design system for Vue, React & Svelte

AnyUI brings one fresh, modern, adorable visual language to all three frameworks — same tokens, same classes, same API. Toggle 🌙 and 🧊 in the header to see it adapt live.

pnpm add @any-design/anyui
Copy
Get Started
Read Docs
Cute ✨
Send
Stay cute
Vue
React
Svelte
🧁 cute
🌊 fresh
🧊 glassy

Why AnyUI

One coherent visual language — cute, fresh and modern — delivered to every major framework through a single token system.

Use it from any framework

Same components, same class names, same props — pick your framework and keep the design.

Vue
import AnyUI from '@any-design/anyui/vue';
import '@any-design/anyui/styles/index.css';

app.use(AnyUI);
React
import { Button } from '@any-design/anyui/react';
import '@any-design/anyui/styles/index.css';

<Button type="primary" round>Hi!</Button>
Svelte
<script>
  import { Button } from '@any-design/anyui/svelte';
  import '@any-design/anyui/styles/index.css';
</script>

<Button type="primary" round>Hi!</Button>