shadcn inspired UI components for sveltekit
The Neel/UIBeta v0.0.1 is a new UI component library designed for SvelteKit applications. While it is in its beta version and may have bugs and limited features, it offers highly accessible and customizable components. Inspired by shadcn/ui.hero, this library provides a range of components that can be easily integrated into SvelteKit apps.
To install the Neel/UIBeta library in your SvelteKit project, you can use npm by running the following command in your project directory:
npm install neel-uibeta
Once installed, you can import and use the components in your SvelteKit app like this:
<script>
import { Button, Card } from 'neel-uibeta';
</script>
<Button>Click me</Button>
<Card>This is a card component</Card>
The Neel/UIBeta v0.0.1 is a promising UI component library for SvelteKit applications, offering accessibility and customization features. While being in beta with possible bugs and limited features, it provides an easy way to enhance the UI of your SvelteKit apps with modern components inspired by shadcn/ui.hero.