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,它还使用代码分割来获得更好的性能。