This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

hypernova-aphrodite

3.0.0 • Public • Published

hypernova-aphrodite

Aphrodite bindings for Hypernova.

Install

npm install hypernova-aphrodite

Usage

Here's how use use it in your module:

import { renderReactWithAphrodite } from 'hypernova-aphrodite';
import MyComponent from './src/MyComponent.jsx';
 
export default renderReactWithAphrodite(
  'MyComponent.hypernova.js', // this file's name (or really any unique name)
  MyComponent,
);

Dependencies (0)

    Dev Dependencies (20)

    Package Sidebar

    Install

    npm i hypernova-aphrodite

    Weekly Downloads

    1

    Version

    3.0.0

    License

    MIT

    Unpacked Size

    22.4 kB

    Total Files

    17

    Last publish

    Collaborators

    • airbnbeng
    • brieb
    • goatslacker
    • lencioni
    • ljharb
    • noratarano