Please note: LoxoUI is currently at version 0, which means that it is still unstable. Breaking changes may be introduced at any time.
LoxoUI is a svelte component library built specifically for mobile that uses tailwindcss. This is targeted towards building PWAs and mobile-first web apps.
npm i [email protected]
Include the following in the head section of app.html:
<link rel="stylesheet" href="../node_modules/loxoui/dist/loxoui.css" />
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>