Socket
Book a DemoInstallSign in
Socket

@amadeus-it-group/svelvunity

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amadeus-it-group/svelvunity

Reusable components and utilities svelte library.

latest
Source
npmnpm
Version
0.0.9
Version published
Maintainers
1
Created
Source

Svelvunity - Where apps get alive

build codecov

Introduction

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.

Features

  • Reusable Components: Leverage a suite of pre-built Svelte components designed for efficiency and ease of use.
  • Customizable: Easily theme and customize components to fit the branding and style of your application.
  • Performance Optimized: Built with performance in mind, ensuring your applications run smoothly.
  • Fully Typed: Take advantage of TypeScript support for type safety and an enhanced developer experience.
  • Effortless Integration: Seamlessly integrate components into your existing Svelte projects with minimal setup.

Getting Started

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.

Svelte Compatibility

This library supports different versions of Svelte depending on the library version:

Library VersionCompatible Svelte Version
≤ 0.0.3        4.x                      
≥ 0.0.4        5.x                      

Usage

Import the components you need and start using them in your Svelte application:

<script>
  import { Datepicker } from '@amadeus-it-group/svelvunity';
</script>

<Datepicker />

Contributing

We welcome contributions! Please read our Contribution Guidelines to get started.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Keywords

accordion

FAQs

Package last updated on 15 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts