This is a specific user interface toolkit created for Matacapital. It's allow working with React components, out of the box, and services to handle basic tasks.
Run this command :
npm i matacapital-ui
- client - client side components
- server - server side components
See the package source for more details.
- crypto - crypto message and hash password
- fetcher - fetch method and options to http response
- formatter - date, string, number formatting
- sorter - constant array sorting
import all elements of the package, like so :
import * as mata from 'matacapital-ui';
or individualy (e.g) :
import { DateFormatter } from 'matacapital-ui';
This package is open to everyone, but its source code cannot be change, except by team Matacapital contributors.