Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@dash-ui/compound

dash-ui22MIT1.0.1TypeScript support: included

A utility for creating compound styles with dash-ui

dash-ui, dash, compound

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

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

changelog

1.0.1 (2022-08-18)

Bug Fixes

  • add explicit function return types (f3e4ac0)

1.0.0 (2022-06-25)

Bug Fixes

  • fix workflow to include alpha branch (d72d32c)
  • remove alpha versions from deps (2e0d963)
  • update peer deps (cf9ffab)

Features

  • release v1 (c47236f)
  • update types to support latest dash alpha (5dbdbc8)

Performance Improvements

  • use object instead of map for cache (31b3bf6)

BREAKING CHANGES

  • Updates type definitions to support latest Dash alpha

1.0.0-alpha.3 (2021-12-19)

Performance Improvements

  • use object instead of map for cache (31b3bf6)

1.0.0-alpha.2 (2021-10-31)

Bug Fixes

1.0.0-alpha.1 (2021-10-29)

Bug Fixes

  • fix workflow to include alpha branch (d72d32c)

Features

  • update types to support latest dash alpha (5dbdbc8)

BREAKING CHANGES

  • Updates type definitions to support latest Dash alpha

0.1.4 (2021-09-27)

Bug Fixes

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.2 (2021-09-14)

Features

0.1.1 (2021-08-23)

Features