JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 97674
  • Score
    100M100P100Q183669F
  • License MIT

A template primitive example.

Package Exports

  • @solid-primitives/transition-group

Readme

Solid Primitives transition

@solid-primitives/transition-group

turborepo size version stage

A sample primitive that is made up for templating with the following options:

createPrimitiveTemplate - Provides a getter and setter for the primitive.

Installation

npm install @solid-primitives/transition-group
# or
yarn add @solid-primitives/transition-group
# or
pnpm add @solid-primitives/transition-group

How to use it

const [value, setValue] = createPrimitiveTemplate(false);

Demo

You can use this template for publishing your demo on CodeSandbox: https://codesandbox.io/s/solid-primitives-demo-template-sz95h

Changelog

See CHANGELOG.md