https://github.com/alexseitsinger/react-emotion-global-styles
A collection of emotion global style components
https://github.com/alexseitsinger/react-emotion-global-styles
emotion fontawesome normalize react sanitize
Last synced: about 1 month ago
JSON representation
A collection of emotion global style components
- Host: GitHub
- URL: https://github.com/alexseitsinger/react-emotion-global-styles
- Owner: alexseitsinger
- License: bsd-2-clause
- Created: 2019-07-09T16:25:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:54:07.000Z (over 2 years ago)
- Last Synced: 2025-02-27T12:40:06.521Z (about 2 months ago)
- Topics: emotion, fontawesome, normalize, react, sanitize
- Language: JavaScript
- Homepage:
- Size: 1.91 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# React Emotion Global Styles
## Description
A collection of emotion global style components.
## Installation
```
npm i @alexseitsinger/react-emotion-global-styles --save
```## Usage
```javascript
import {
NormalizeStyles, SanitizeStyles, OptimizeStyles, FontAwesomeStyles
} from "@alexseitsinger/react-emotion-global-styles"function App() {
return (
This is some content
)
}
```