Welcome to Svelvunity, a Svelte library designed to provide developers with reusable components and utilities to accelerate the development of Svelte applications.
Svelvunity is a library of Svelte web components designed to streamline your development process. With Svelvunity, you can integrate pre-built components into your projects without starting from scratch.
To start using Svelvunity in your project, install Svelvunity by running the following command in your project directory:
npm install @amadeus-it-group/svelvunity
For comprehensive information on each component and how to use it, see the Documentation.
Import the components you need and start using them in your Svelte application:
<script>
import { Datepicker } from '@amadeus-it-group/svelvunity';
</script>
<Datepicker />
We welcome contributions! Please read our Contribution Guidelines to get started.
This project is licensed under the MIT License - see the LICENSE file for details.