hypernova-styled-components

1.1.0 • Public • Published

hypernova-styled-components Build Status

Styled Components 💅 bindings for Hypernova.

Install

npm install hypernova-styled-components

Usage

Here's how use use it in your module:

import { renderReactWithStyledComponents } from 'hypernova-styled-components';
import MyComponent from './src/MyComponent.jsx';

export default renderReactWithStyledComponents(
  'MyComponent.hypernova.js', // this file's name (or really any unique name)
  MyComponent,
);

/hypernova-styled-components/

    Package Sidebar

    Install

    npm i hypernova-styled-components

    Weekly Downloads

    15

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    12.8 kB

    Total Files

    10

    Last publish

    Collaborators

    • viatsko