moss-components
v2.11.0
Published
shared library used across the Maklaro projects
Downloads
24
Readme
moss-components
shared library used across the Maklaro projects
moss-components
internally uses @material-ui
to render some of the components.
moss-components
does its best to play with the theme you are currently using.
Installation
npm
:npm install moss-components
yarn
:yarn add moss-components
Usage recommendations
- use only the top-level exports, so do:
instead of:import { noop } from "moss-components";
import { noop } from "moss-components/src";
- follow the deprecation notices, try to change your code appropriately if you'll see that something has been marked as deprecated because it'll be most likely removed in next major release
- look into the test files or stories if you are not sure how to use given thing