moni-web-ui-kit
v1.0.84
Published
This library components and utils are a part of [getmoni.io](https://bit.ly/getmoniio) projects
Downloads
26
Readme
moni-web-ui-kit
This library components and utils are a part of getmoni.io projects
Installation
or using yarn:
yarn add moni-web-ui-kit
For using the library, you have to transpile files inside your project, for example next-transpile-modules
package
Add to next.config.js
const withTM = require('next-transpile-modules')(['moni-web-ui-kit']);
module.exports = withTM({});
Also need to be installed some types
yarn add -D @types/qs @types/node