@sfx-ui/utilsdeprecated

Utility functions and types for SFX UI.

Usage no npm install needed!

<script type="module">
  import sfxUiUtils from 'https://cdn.skypack.dev/@sfx-ui/utils';
</script>

README

@sfx-ui/utils

Utility functions and types for SFX UI.


Installation

npm i @sfx-ui/utils # react
yarn add @sfx-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 SFX UI ecosystem.