@masterteam/mt-design-react
v2.7.8
Published
Masterteam's react component library
Downloads
17
Readme
mt-design-react
This is the Masterteam component library to be used in all of the company react projects.
Installation and setup
Adding the library as a dependency
npm install @masterteam/mt-design-react
# or if you are using yarn
yarn add @masterteam/mt-design-react
Adding peer dependencies
npm install react-datepicker react-modal react-select react-table
# or if you are using yarn
yarn add react-datepicker react-modal react-select react-table
Importing styles
You should import the common style sheet in your project entry point.
import "@masterteam/mt-design-react/lib/theme.css";
Usage
To see all the available components and how to use them you can refer to the following storybook.
Contribution
To contribute to the library please read the library contribution guide found here.