@preliquify/core
v2.0.3
Published
Core primitives and utilities for building Liquid templates with JSX
Maintainers
Readme
@preliquify/core
Core primitives and utilities for building Liquid templates with JSX.
For documentation, see the main Preliquify README.
Installation
npm install @preliquify/core
# or
pnpm add @preliquify/core
# or
yarn add @preliquify/coreUsage
import { For, Conditional, $ } from "@preliquify/core";For complete documentation, examples, and guides, please see the main repository.
