This repository has been archived on 2024-09-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
front/node_modules/@mui/system/README.md
2024-09-18 13:34:19 -03:00

20 lines
504 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# MUI System
MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.
## Installation
Install the package in your project directory with:
<!-- #default-branch-switch -->
```bash
npm install @mui/system @emotion/react @emotion/styled
```
## Documentation
<!-- #default-branch-switch -->
Visit [https://mui.com/system/getting-started/](https://mui.com/system/getting-started/) to view the full documentation.