material kit react
v4.0.0

Kostenloser React Admin -Dashboard mit MUI -Komponenten, React und natürlich als nächstes.js, um Ihren App -Entwicklungsprozess zu steigern!
Wir haben auch eine Pro -Version dieses Produkts, die noch mehr Seiten und Komponenten bündelt, wenn Sie mehr Zeit und Designbemühungen sparen möchten :)
| Kostenlose Version (diese) | Devias Kit Pro |
|---|---|
| 8 Seiten | Über 80 Seiten |
| ✔ Benutzerdefinierte Authentifizierung | ✔ Authentifizierung mit Amplify , Auth0 , Firebase und Supabase |
| - - | ✔ VITE -Version |
| - - | ✔ Dunkle Modusunterstützung |
| - - | ✔ Vollständige Benutzer fließen |
| - - | ✔ Premium -technischer Support |
git clone https://github.com/devias-io/material-kit-react.gitnpm install oder yarnnpm run dev oder yarn devhttp://localhost:3000 Innerhalb des Downloads finden Sie die folgenden Verzeichnisse und Dateien:
┌── .editorconfig
├── .eslintrc.js
├── .gitignore
├── CHANGELOG.md
├── LICENSE.md
├── next-env.d.ts
├── next.config.js
├── package.json
├── README.md
├── tsconfig.json
├── public
└── src
├── components
├── contexts
├── hooks
├── lib
├── styles
├── types
└── app
├── layout.tsx
├── page.tsx
├── auth
└── dashboard