1.0.0-next.6 • Published 2 years ago

@twind/runtime v1.0.0-next.6

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

@twind/runtime


READ THIS FIRST!

Twind v1 is still in beta. Expect bugs!


Manages a single Twind instance which observes the DOM.

Installation

Install from npm:

# Using npm
npm install @twind/runtime@next

# Using Yarn
yarn add @twind/runtime@next

Usage

import { init } from '@twind/runtime'

init({
  /* twind config */
})

Documentation missing: Look at the source for now.