@lift-html/solid@0.0.6Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
JLarky/lift-htmlWorks with
•JSR Score64%•It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




Publisheda year ago (0.0.6)
f
liftSolid
Creates a custom element. The init function is called when the element is
connected to the DOM, and you can safely use Solid's reactive primitives like
createEffect and onCleanup and createSignal inside it.
f
useAttributes
Makes attributes reactive. Returns an object where each key is an attribute
based on the options.observedAttributes of the component.