JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q46955F
  • License MIT

Utility functions and types for Brix UI

Package Exports

  • @brix-ui/utils/functions

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@brix-ui/utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@brix-ui/utils

Utility functions and types for Brix UI.

Intended for internal use.


Installation

npm i @brix-ui/utils # react
yarn add @brix-ui/utils # react

Make sure to have react installed in your package as it is included in our peer dependencies.

Usage

This package provides two parts: functions and types. The latter is intended to be used with TypeScript only, the former contains different utilities that are used under the hood of most of our packages.

Using those consider their predisposition for internal usage in the Brix UI ecosystem.