More Premium Hugo Themes Premium Svelte Themes

UI

shadcn inspired UI components for sveltekit

UI

shadcn inspired UI components for sveltekit

Author Avatar Theme by aidan-neel
Github Stars Github Stars: 45
Last Commit Last Commit: May 3, 2024 -
First Commit Created: Mar 24, 2024 -
UI screenshot

Overview

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.

Features

  • Beta Version: Expect bugs and limited features.
  • Accessibility: Highly accessible components.
  • Customizable: Easily customize components to suit your app’s design.
  • Inspired Design: Inspired by shadcn/ui.hero for a modern look and feel.

Installation

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>

Summary

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.