Skip to content

Latest commit

 

History

History

template

Solid Aria - Template

@solid-aria/template-primitive

pnpm 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-aria/template-primitive
# or
yarn add @solid-aria/template-primitive
# or
pnpm add @solid-aria/template-primitive

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-aria-demo-template-sz95h

Changelog

All notable changes are described in the CHANGELOG.md file.