@brix-ui/utils
v2.2.2
Published
Utility functions and types for Brix UI
Downloads
4
Maintainers
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.