0.0.38 • Published 8 months ago
syv v0.0.38
Syv
·

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';
- Need to lazy-load a component?
- 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
Module | Import |
---|---|
core | 'syv' |
action | 'syv/action' |
icons | 'syv/icons' |
loader | 'syv/loader' |
store | 'syv/store' |
0.0.38
8 months ago
0.0.37
10 months ago
0.0.32
1 year ago
0.0.33
1 year ago
0.0.34
1 year ago
0.0.35
12 months ago
0.0.36
11 months ago
0.0.31
2 years ago
0.0.25
2 years ago
0.0.30
2 years ago
0.0.26
2 years ago
0.0.27
2 years ago
0.0.28
2 years ago
0.0.29
2 years ago
0.0.20
2 years ago
0.0.21
2 years ago
0.0.22
2 years ago
0.0.23
2 years ago
0.0.24
2 years ago
0.0.17
2 years ago
0.0.18
2 years ago
0.0.19
2 years ago
0.0.15
3 years ago
0.0.16
3 years ago
0.0.14
3 years ago
0.0.12
3 years ago
0.0.13
3 years ago
0.0.10
3 years ago
0.0.11
3 years ago
0.0.9
4 years ago
0.0.8
4 years ago
0.0.7
4 years ago
0.0.6
4 years ago
0.0.5
4 years ago
0.0.3
4 years ago
0.0.4
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago