https://github.com/swiftcarrot/react-normalize
normalize.css as react component
https://github.com/swiftcarrot/react-normalize
Last synced: 10 days ago
JSON representation
normalize.css as react component
- Host: GitHub
- URL: https://github.com/swiftcarrot/react-normalize
- Owner: swiftcarrot
- License: mit
- Created: 2018-11-30T06:26:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T13:37:30.000Z (almost 5 years ago)
- Last Synced: 2025-04-19T17:27:27.308Z (13 days ago)
- Language: JavaScript
- Homepage: https://swiftcarrot.dev/react-normalize
- Size: 165 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-normalize
[](https://www.npmjs.com/package/react-normalize)
[](https://www.npmjs.com/package/react-normalize)
[](https://travis-ci.org/swiftcarrot/react-normalize)
[](https://codecov.io/gh/swiftcarrot/react-normalize)
[](https://github.com/prettier/prettier)normalize.css as react component
[https://swiftcarrot.dev/react-normalize](https://swiftcarrot.dev/react-normalize)
### Installation
```sh
yarn add react-normalize
npm install react-normalize --save
```### Usage
```javascript
import React, { Fragment } from 'react';
import Normalize from 'react-normalize';const App = ({ children }) => {
return (
{children}
);
};
```### License
MIT