This is the Masterteam component library to be used in all of the company react projects.
npm install @masterteam/mt-design-react
# or if you are using yarn
yarn add @masterteam/mt-design-react
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
You should import the common style sheet in your project entry point.
import "@masterteam/mt-design-react/lib/theme.css";
To see all the available components and how to use them you can refer to the following storybook.
To contribute to the library please read the library contribution guide found here.