Centlax UI

By Shimmy Rukundo

A UI Library for Modern Apps, powered by Svelte, Melt UI & Tailwind CSS.

add to the project

If you're seeing this, you've probably already done this step. Congrats!

# install from npm packages add to the project in the current directory
pnpm install @centlax/ui

Then in svelte component

# +page.svelte
<scrip lang="ts">
import { UButton } from '@centlax/ui'
</script>

<section>
    <UButton>Click me!</UButton>
</section>

<style>
    section{
        background-color: blue;
    }
</style>

Top categories

svelte logo

Want a Svelte site built?

Hire a Svelte developer
Loading Svelte Themes