Socket
Book a DemoInstallSign in
Socket

aesthetic-adapter-jss

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aesthetic-adapter-jss

JSS support for Aesthetic.

latest
Source
npmnpm
Version
5.1.4
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

aesthetic

FAQs

Package last updated on 06 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts