Skip to content

viatsko/hypernova-styled-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,
);

About

💅 Styled Components bindings for Hypernova.

Resources

License

Stars

Watchers

Forks

Packages

No packages published