aesthetic-adapter-typestyle

TypeStyle support for Aesthetic.

Usage no npm install needed!

<script type="module">
  import aestheticAdapterTypestyle from 'https://cdn.skypack.dev/aesthetic-adapter-typestyle';
</script>

README

Aesthetic with TypeStyle

Build Status npm version npm deps

Provides TypeStyle support for Aesthetic, a React styling library.

import aesthetic from 'aesthetic';
import TypeStyleAdapter from 'aesthetic-adapter-typestyle';
import { TypeStyle } from 'typestyle';

aesthetic.configure({
  adapter: new TypeStyleAdapter(new TypeStyle({ autoGenerateTag: true })),
});

Requirements

  • Aesthetic
  • TypeStyle

Installation

yarn add aesthetic aesthetic-adapter-typestyle typestyle
// Or
npm install aesthetic aesthetic-adapter-typestyle typestyle

Documentation

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