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@next
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/css/tabler.css'
</script>
<Button color="primary">Hello World!</Button>
Demo
Check out the documentation website for live demos of each component and detailed usage instructions.
Playground in REPL
Check this REPL to play with components!
Roadmap
Review our ROADMAP.
Questions, Feedback, and Suggestions
Looking for a place to chat about YeSvelte and connect with other developers? Check out our Reddit community! We welcome your questions, feedback, and suggestions.