aesthetic-adapter-jss
TypeScript icon, indicating that this package has built-in type declarations

5.1.4 • Public • Published

Aesthetic with JSS

Build Status npm version npm deps

Provides JSS support for Aesthetic, a React styling library.

import aesthetic from 'aesthetic';
import JSSAdapter from 'aesthetic-adapter-jss';
import { create } from 'jss';
import preset from 'jss-preset-default';
 
aesthetic.configure({
  adapter: new JSSAdapter(create(preset())),
});

Requirements

  • Aesthetic
  • JSS

Installation

yarn add aesthetic aesthetic-adapter-jss jss jss-nested
// Or
npm install aesthetic aesthetic-adapter-jss jss jss-nested

The jss-nested plugin is required.

Documentation

https://milesj.gitbook.io/aesthetic/adapters/jss

Readme

Keywords

Package Sidebar

Install

npm i aesthetic-adapter-jss

Weekly Downloads

6

Version

5.1.4

License

MIT

Unpacked Size

21.5 kB

Total Files

12

Last publish

Collaborators

  • milesj