Sudoo-JSS

Build Status codecov npm version downloads

JSS is a jss package wrap for React. Support using all kinds of css style within js, include pseudo class and animation.

Install

yarn add @sudoo/jss
# Or
npm install @sudoo/jss --save

Register

The JSS instance must be registered before any component mount.

import { Register } from "@sudoo/jss";
Register.register();