slim free react mui template
Version 1.0.0
Slim - 一個免費開源的 React 儀表板模板,使用 Material UI React 元件庫製作,具有靈活性和更好的可自訂性。
現代和乾淨的響應式 MUI Material-ui 管理儀表板模板。它是完全響應式的。
它可用於大多數類型的儀表板和應用程式模板,例如桌面或行動應用程式的分析、管理或訊息應用程式。驚人的靈活性和可重複使用性。 85+演示頁面
如果您喜歡該主題,請不要忘記加註星標(本頁右上角)
從 Github 克隆
git clone https://github.com/Tono2007/slim-free-react-mui-template.git
若要回報錯誤,請在 Github 上提交問題。我們將盡快回覆以解決問題。
我們使用不同的顏色
├── package.json - > Package json file.
├── public
├── README.md
├── src
│ ├── _mocks - > Mock Json data to be used for working apps
│ ├── assets
│ │ ├── images
│ │ ├── css - > Template css files
│ │ │ ├── style.css - > Application main css file
│ ├── components
│ │ │── layouts
│ │ │ ├── LandingLayout - > Layout for landing components & routers
│ │ │ ├── MainLayout - > Layout for main components & routers
│ │ │ ├── MinimalLayout - > Layout for mimimal components & routers
│ │ ├── loader
│ │ ├── modal
│ │── pages - > View files for all pages
│ ├── contexts/redux - > State management
│ ├── utils
│ │ ├── helpers - > helpers utilities
│ │ ├── hocs - > Custom hocs
│ │ ├── hooks - > Custom hooks
│ │ ├── routes - > router
│ │ ├── theme - > custom theme provider
│ │ ├── constants - > general app constants
│ ├──App.js - > starting point of application
├── vite.config.js - > Template constant value and live customization
├── index.html
Slim路由系統是基於react-router及其包react-router-dom,它也使用程式碼分割來獲得更好的效能。