react-normalize
v0.4.4
Published
normalize.css as react component
Downloads
187
Readme
react-normalize
normalize.css as react component
https://swiftcarrot.dev/react-normalize
Installation
yarn add react-normalize
npm install react-normalize --save
Usage
import React, { Fragment } from 'react';
import Normalize from 'react-normalize';
const App = ({ children }) => {
return (
<Fragment>
<Normalize />
{children}
</Fragment>
);
};
License
MIT