A sample primitive that is made up for templating with the following options:
createPrimitiveTemplate
- Provides a getter and setter for the primitive.
npm install @solid-aria/template-primitive
# or
yarn add @solid-aria/template-primitive
# or
pnpm add @solid-aria/template-primitive
const [value, setValue] = createPrimitiveTemplate(false);
You can use this template for publishing your demo on CodeSandbox: https://codesandbox.io/s/solid-aria-demo-template-sz95h
All notable changes are described in the CHANGELOG.md file.