0.1.3 • Published 3 months ago

@softwareone/spi-sv5-library v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

SoftwareOne SPI Component Library for Svelte

This library provides a set of reusable components to help you build modern web applications with Svelte 5 (Runes) and SvelteKit 2. Each component is designed to be easily customizable and integrate seamlessly with your Svelte projects.

Installation

To install the library, use the following command:

npm install @softwareone/swo-spi-svelte5-library

Usage

Import the components you need into your Svelte application:

import { Button, 
		 Modal, 
		 Spinner, 
		 Toaster, 
		 addToast, 
		 type Toast, 
		 Toggle, 
		 Header, 
		 Chips,
		 Breadcrumbs,
		 addBreadcrumbsNameMap,
		 type BreadcrumbsNameMap,
		 Footer,
		 Card
		 } from '@softwareone/swo-spi-svelte5-library';

List of components

  • Button
  • Modal
  • Spinner
  • Toaster
  • Toggle
  • Header (including a loader)
  • Breadcrumbs
  • Chips
  • Footer
  • Card
0.1.3

3 months ago

0.1.2

4 months ago

0.1.1

4 months ago

0.1.0

4 months ago

0.0.12

5 months ago

0.0.11

5 months ago

0.0.10

5 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago