PHP 8.2.30
Preview: README.md Size: 810 B
/home/byroehnu/easepay.easetack.com/node_modules/@styled-system/variant/README.md

# @styled-system/variant

Read the docs: https://styled-system.com/variants

## Usage

```js
import styled from 'styled-components'
import variant from '@styled-system/variant'

const Button = styled('button')(
  variant({
    variants: {
      primary: {
        color: 'white',
        bg: 'primary',
        ':hover': {
          bg: 'black',
        }
      },
      secondary: {
        color: 'white',
        bg: 'secondary',
        ':hover': {
          bg: 'black',
        }
      },
    }
  })
)

// <Button variant='primary' />
// <Button variant='secondary' />
```

## Options

- `variants`: object of theme-aware variant styles with user-defined shape
- `prop`: (default `variant`) custom prop name for variant
- `scale`: optional theme key for adding variants to the theme object

MIT License

Directory Contents

Dirs: 3 × Files: 4

Name Size Perms Modified Actions
dist DIR
- drwxr-xr-x 2026-03-14 01:49:09
Edit Download
src DIR
- drwxr-xr-x 2026-03-14 01:49:09
Edit Download
test DIR
- drwxr-xr-x 2026-03-14 01:49:09
Edit Download
127 B lr--r--r-- 2026-03-14 01:49:09
Edit Download
1.06 KB lrw-r--r-- 2026-02-28 00:27:26
Edit Download
392 B lrw-r--r-- 2026-02-28 00:27:18
Edit Download
810 B lrw-r--r-- 2026-02-28 00:27:34
Edit Download

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