UNPKG

@activelylearn/material-ui

Version:

Material-UI's workspace package

21 lines (14 loc) 375 B
# About The Lab This package hosts the incubator components that are not yet ready to move to `core`. ## Installation Install the package in your project directory with: ```sh npm install @material-ui/lab ``` If you are not already using Material-UI in your project, you can add it with: ```sh // npm npm install @material-ui/core //yarn yarn add @material-ui/core ```