0.1.3 • Published 2 months ago

@softwareone/spi-sv5-library v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 months ago

0.1.2

4 months ago

0.1.1

4 months ago

0.1.0

4 months ago

0.0.12

4 months ago

0.0.11

4 months ago

0.0.10

4 months ago

0.0.9

4 months ago

0.0.8

4 months ago

0.0.7

4 months ago

0.0.6

4 months ago

0.0.5

4 months ago

0.0.4

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago