Socket
Socket
Sign inDemoInstall

aesthetic-adapter-fela

Package Overview
Dependencies
17
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aesthetic-adapter-fela

Fela support for Aesthetic.


Version published
Weekly downloads
2
decreased by-96.77%
Maintainers
1
Install size
39.5 kB
Created
Weekly downloads
 

Readme

Source

Aesthetic with Fela

Build Status npm version npm deps

Provides Fela support for Aesthetic, a React styling library.

import aesthetic from 'aesthetic';
import FelaAdapter from 'aesthetic-adapter-fela';
import { createRenderer } from 'fela';
import webPreset from 'fela-preset-web';

aesthetic.configure({
  adapter: new FelaAdapter(createRenderer({ plugins: [...webPreset] })),
});

Requirements

  • Aesthetic
  • Fela

Installation

yarn add aesthetic aesthetic-adapter-fela fela fela-dom
// Or
npm install aesthetic aesthetic-adapter-fela fela fela-dom

Documentation

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

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