An open API service indexing awesome lists of open source software.

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

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


)
}
```