@bolttech/essentials
v0.4.1
Published
This library was generated with [Nx](https://nx.dev).
Downloads
395
Maintainers
Keywords
Readme
@bolttech/essentials
This package is a collection of common utilities, types, enums, interfaces, components and constants designed to be used with shared React codes. It's intended for use across multiple projects and teams.
Install
Using npm:
npm install @bolttech/essentials
or
yarn add @bolttech/essentials
Note that React must be installed as a peer dependency of this package. Make sure to install the version of React that your project requires.
Usage
Then, import the desired module(s) into your code:
import { UserAgentDeviceType } from '@bolttech/essentials';
Contributing
Contributions are welcome! If you are member the bolttech team, please submit a pull request with any changes or additions you'd like to make.