Styled Components 💅 bindings for Hypernova.
npm install hypernova-styled-components
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,
);