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

https://github.com/dash-ui/compound

A utility for creating compound/multi-variant styles
https://github.com/dash-ui/compound

Last synced: 3 months ago
JSON representation

A utility for creating compound/multi-variant styles

Awesome Lists containing this project

README

          






A utility for creating compound styles with Dash


npm i @dash-ui/compound




Bundlephobia


Types


Code coverage


Build status


NPM Version


MIT License

---

## Quick start

```js
import compound from "@dash-ui/compound";
```

## API

### compound(styles)

#### Arguments

| Name | Type | Default | Required? | Description |
| ------ | -------- | ------- | --------- | ---------------------------------------------------------------- |
| styles | `Styles` | | Yes | Creates a compound styles utility on top of this styles instance |

## LICENSE

MIT