PHP 8.2.30
Preview: README.md Size: 720 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/@emotion/react/README.md

# @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(
  <div css={{ color: 'hotpink' }}>
    <div
      css={css`
        color: green;
      `}
    />
    <Global
      styles={{
        body: {
          margin: 0,
          padding: 0
        }
      }}
    />
    <ClassNames>
      {({ css, cx }) => (
        <div
          className={cx(
            'some-class',
            css`
              color: yellow;
            `
          )}
        />
      )}
    </ClassNames>
  </div>
)
```

More documentation is available at [https://emotion.sh](https://emotion.sh).

Directory Contents

Dirs: 6 × Files: 6

Name Size Perms Modified Actions
dist DIR
- drwxr-xr-x 2026-02-28 00:30:12
Edit Download
- drwxr-xr-x 2026-02-28 00:29:40
Edit Download
- drwxr-xr-x 2026-02-28 00:29:40
Edit Download
src DIR
- drwxr-xr-x 2026-02-28 00:30:28
Edit Download
types DIR
- drwxr-xr-x 2026-02-28 00:30:08
Edit Download
- drwxr-xr-x 2026-02-28 00:29:40
Edit Download
1.06 KB lrw-r--r-- 2026-02-28 00:26:32
Edit Download
27 B lrw-r--r-- 2026-02-28 00:30:06
Edit Download
31 B lrw-r--r-- 2026-02-28 00:30:20
Edit Download
62 B lrw-r--r-- 2026-02-28 00:29:38
Edit Download
14.44 KB lrw-r--r-- 2026-02-28 00:29:40
Edit Download
720 B lrw-r--r-- 2026-02-28 00:29:50
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).