react-normalize

0.4.4 • Public • Published

react-normalize

npm npm Build Status codecov styled with prettier

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

/react-normalize/

    Package Sidebar

    Install

    npm i react-normalize

    Weekly Downloads

    36

    Version

    0.4.4

    License

    MIT

    Unpacked Size

    9.66 kB

    Total Files

    5

    Last publish

    Collaborators

    • adjusted