All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.README.md Maven / Gradle / Ivy

The newest version!
# @emotion/react

> Simple styling in React.

## Install

```bash
yarn add @emotion/react
```

## Usage

```jsx
/** @jsx jsx */
import { jsx, css, Global, ClassNames } from '@emotion/react'

render(
  
{({ css, cx }) => (
)}
) ``` More documentation is available at [https://emotion.sh](https://emotion.sh).




© 2015 - 2024 Weber Informatics LLC | Privacy Policy