Centlax UI is a package that provides a set of Svelte components and composables built with Tailwind CSS and Melt UI to help you build beautiful and accessible user interfaces.
Its goal is to provide everything related to UI when building a SvelteKit app. This includes components, icons, colors, dark mode but also keyboard shortcuts.
Read more on ui.centlax.com
pnpm add @centlax/ui
<script lang="ts">
import { UButton } from '@centlax/ui';
</script>
<UButton>Click me!</UButton>
Guidelines help define what makes a component effective. By establishing rules and best practices, we can develop rapidly, create lighter, and build more robust UI libraries.
Note: If a guideline is checked, it is a rule. If not checked, it is highly recommended.
Visit https://ui.centlax.com to explore the documentation.
Thank you for considering contributing to Centlax UI. Here are a few ways you can get involved:
Follow the docs to Set up your local development environment and contribute.
Licensed under the MIT license.