Getting Started
What you'll need
- Node.js version 16.14 or above
Installation
In your Next.js project, install the following:
MUI5
- npm
- yarn
npm install @mui/material @emotion/react @emotion/styled
yarn add @mui/material @emotion/react @emotion/styled
Agave
- npm
- yarn
npm i @x99minutos/agave
yarn add @x99minutos/agave
info
To install a specific version of agave, use @x99minutos/agave@x.x.x
or @x99minutos/agave@latest
.