Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 522 Bytes

about-the-lab-es.md

File metadata and controls

25 lines (17 loc) · 522 Bytes

About the lab

This package hosts the incubator components that are not yet ready to move to the core.

Instalación

Install the package in your project directory with:

// with npm
npm install @material-ui/lab

// with yarn
yarn add @material-ui/lab

The lab has a peer dependency on the core components. Si aún no estás usando Material-UI en tu proyecto, puedes instalarlo con:

// usando npm
npm install @material-ui/core

// usando yarn
yarn add @material-ui/core