yesvelte
TypeScript icon, indicating that this package has built-in type declarations

0.0.2-next.0 • Public • Published

YeSvelte - Svelte UI Component Library

YeSvelte is a powerful and flexible Svelte UI component library, designed to help developers build enterprise-grade web applications quickly and easily. With a focus on rapid application development and framework independence, YeSvelte is the perfect complement to any CSS framework. The component's UI is inspired by Tabler UI Kit built on top of Bootstrap css.

Installation

To install YeSvelte, you can use npm:

npm install yesvelte

Usage

Once installed, you can import the components and use them in your Svelte application:

<script>
	import { Button } from 'yesvelte'
</script>

<button>Hello YeSvelte</button>

Styles

YeSvelte components have default styles which is based on tabler. which you can use like this:

<script>
	import { Button } from 'yesvelte'
	import 'yesvelte/tabler.css'
</script>

<Button>Hello World!</Button>

Demo

Check out the documentation website for live demos of each component and detailed usage instructions.

Dependents (1)

Package Sidebar

Install

npm i yesvelte

Weekly Downloads

406

Version

0.0.2-next.0

License

MIT License

Unpacked Size

331 kB

Total Files

153

Last publish

Collaborators

  • ubeac-owner