公共库目录
直接搜索库名、描述、文件名或 CDN 路径。进入详情页后即可复制固定版本 URL、Script 标签和 SRI。
@solid-primitives/pagination
A primitive that creates all the reactive data to manage your pagination.
@solid-primitives/raf
Primitive that facilitates RAF functionality
@solid-primitives/page-visibility
Primitive to track page visibility
@solid-primitives/autofocus
Primitives for autofocusing HTML elements
svelte-intersection-observer
Detect if an element is in the viewport using the Intersection Observer API
@solid-primitives/history
Primitives for managing undo/redo history in Solid.
@solid-primitives/graphql
Primitive that generates a client and reactive GraphQL queries
@solid-primitives/destructure
Primitives for destructuring reactive objects – like props or stores – or signals of them into a separate accessors updated individually.
@solid-primitives/immutable
Primitive for rectifying immutable values and dealing with immutability in Solid.
@solid-primitives/promise
Promised one-time watch for changes. Await a reactive condition.
fast-is-equal
Blazing-fast equality checks, minus the baggage. A lean, standalone alternative to Lodash's isEqual—because speed matters.
@solid-primitives/clipboard
Primitives for reading and writing to clipboard.
@solid-primitives/upload
Primitives for uploading files.
@solid-primitives/set
The Set & WeakSet data structures as a reactive signals.
@solid-primitives/intersection-observer
Primitives to support using the intersection observer API.
sveltekit-superforms
Making SvelteKit forms a pleasure to use!
@solid-primitives/jsx-tokenizer
A primitive to tokenize your solid-components to enable custom parsing.
@solid-primitives/deep
Primitives for tracking and observing nested reactive objects in Solid.
@solid-primitives/date
Collection of reactive primitives and utility functions, providing easier ways to deal with dates in SolidJS
@solid-primitives/range
Control Flow Primitives for displaying given number or a number range of elements.
@solid-primitives/mutation-observer
Primitive providing the ability to watch for changes made to the DOM tree.
@solid-primitives/mouse
A collection of Solid Primitives, that capture current mouse cursor position, and help to deal with common related usecases.
@solid-primitives/audio
Primitives to manage audio and single sounds.
@solid-primitives/active-element
A reactive document.activeElement. Check which element is currently focused.