Socket
Socket
Sign inDemoInstall

aesthetic-adapter-jss

Package Overview
Dependencies
12
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aesthetic-adapter-jss

JSS support for Aesthetic.


Version published
Weekly downloads
63
increased by1.61%
Maintainers
1
Install size
41.6 kB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 06 Apr 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc