0.0.31 • Published 5 months ago

syv v0.0.31

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Syv Total npm downloads · Published npm version Monthly npm downloads License Made with Svelte

The Svelte Complementary Library, a multipurpose library for working with Svelte.

  • Provides most of the essential components that are usually rewritten in a new project
    • Need to lazy-load a component? import LazyLoad from 'syv/core/LazyLoad.svelte';
    • Need to see if an element is in view? import Observe from 'syv/core/Observe.svelte';
  • Prepackaged customizable set of icons from various sources, import from syv/icons
  • Built-in loaders that are ready-to-use anywhere transitions are needed, import from syv/loader
  • Imports are modularized into their own namespaces and provides intuitive API for a nice usage with Svelte
  • All modules works for both client-side and server-side, no need to short-circuit or guard your code with if (browser)

Usage

pnpm add -D syv

API Documentation

ModuleImport
core'syv'
action'syv/action'
icons'syv/icons'
loader'syv/loader'
store'syv/store'

0.0.31

5 months ago

0.0.25

12 months ago

0.0.30

8 months ago

0.0.26

11 months ago

0.0.27

11 months ago

0.0.28

9 months ago

0.0.29

9 months ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.24

12 months ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.15

2 years ago

0.0.16

1 year ago

0.0.14

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago