@laynjs/adapter-utils
v0.5.0
Published
Framework-agnostic building blocks shared by every layn adapter: engine store, config resolver, visible-item mapper.
Downloads
1,104
Maintainers
Readme
@laynjs/adapter-utils
Framework-free glue shared by the layn framework adapters: the engine/binding store bridge, the SSR-safe engine-config resolver, the visible-index to view-model mapper, the style builders, and the shared accessibility layer.
You usually do not need this package directly - install a framework adapter (@laynjs/react, @laynjs/vue, @laynjs/svelte, @laynjs/solid, @laynjs/angular, @laynjs/qwik, @laynjs/vanilla) instead. It is published so that custom adapters can reuse the same primitives.
Install
npm install @laynjs/adapter-utils @laynjs/core @laynjs/domDocumentation
Full guides and API reference: docs.layn.io
