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/anyuiOne coherent visual language — cute, fresh and modern — delivered to every major framework through a single token system.
Same components, same class names, same props — pick your framework and keep the design.
import AnyUI from '@any-design/anyui/vue';
import '@any-design/anyui/styles/index.css';
app.use(AnyUI);import { Button } from '@any-design/anyui/react';
import '@any-design/anyui/styles/index.css';
<Button type="primary" round>Hi!</Button><script>
import { Button } from '@any-design/anyui/svelte';
import '@any-design/anyui/styles/index.css';
</script>
<Button type="primary" round>Hi!</Button>