react-normalize

0.4.4
normalize.css as react component
View on github

Installation

yarn add react-normalize
npm install react-normalize --save

Usage

import React, { Fragment } from 'react';
import Normalize from 'react-normalize';
const App = ({ children }) => (
<Fragment>
<Normalize />
{children}
</Fragment>
);

License

MIT

Made with by SWIFT CARROT