0.2.0 • Published 3 years ago

@tempera/twind v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

twind

An API that generates a Twind instance from a set of design tokens.

Installation

yarn add @tempera/twind

Usage

import getTwind from "@tempera/twind";

const { tw } = getTwind(tokens);

function Demo() {
  return (
    <div className={tw`text-primary`}>
  );
}

Tokens

The plugin expects these specs/tokens to be in the javascript/es6 format which you can generate using Style Dictionary.

In other words, flat modules in PascalCase are expected.

Example:

export const ColorPrimary = blue;
export const ColorSecondary = yellow;

View the source

0.2.0

3 years ago

0.2.0-7

3 years ago

0.2.0-6

3 years ago

0.2.0-5

3 years ago

0.2.0-4

3 years ago

0.2.0-3

3 years ago

0.2.0-2

3 years ago

0.2.0-1

3 years ago

0.2.0-0

3 years ago