Lizzie Design System (React)
This is the base package of Lizzie, the design system for wixdom.io.
Installation
yarn add @wixdom/lizzie-react
Prerequisites
This package should work with any React implementation (Next, Remix, Astro, CRA, etc.). However, it only supports React 18 as we use the useId
hook to generate SSR-safe IDs.
Use the other Lizzie-packages for framework-specific adapters such as wixdom/lizzie-nextjs
.
Logos and icons are bundled in a separate package (@wixdom/lizzie-react-icons
).
Other
We provide a CJS and ESM build. The ESM build supports tree-shaking out of the box.