Package Exports
- @solid-primitives/transition-group
Readme
@solid-primitives/transition-group
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-groupHow 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