UNPKG

@noema/motif

Version:

A type-safe styling library for React components built on top of [Vanilla Extract](https://vanilla-extract.style/). `@noema/motif` allows you to create styled components with consistent theme-aware props that cleanly separate styling from component logic.

5 lines (4 loc) 185 B
export { createMotif } from './create-motif.js'; export { motifStyle } from './motif-style.js'; export { motif } from './motif.js'; export { composeRender } from './compose-render.js';