Most trendiest, complex and innovative Free Dashboard Made by Simmmple & Creative Tim. Check our latest Free ReactJS Dashboard.
Designed for those who like modern UI elements and beautiful websites. Made of hundred of elements, designed blocks and fully coded pages, Vision UI Dashboard React is ready to help you create stunning websites and webapps.
We created many examples for pages like Sign In, Profile and so on. Just choose between a Basic Design, an illustration or a cover and you are good to go!
Fully Coded Elements
Vision UI Dashboard React is built with over 70 frontend individual elements, like buttons, inputs, navbars, navtabs, cards or alerts, giving you the freedom of choosing and combining. All components can take variations in colour, that you can easily modify using MUI’s style props.
You will save a lot of time going from prototyping to full-functional code, because all elements are implemented. This Free MUI Dashboard is coming with prebuilt design blocks, so the development process is seamless, switching from our pages to the real website is very easy to be done.
Check all components here.
Documentation built by Developers
Each element is well presented in a very complex documentation. You can read more about the documentation here.
Example Pages
If you want to get inspiration or just show something directly to your clients, you can jump-start your development with our pre-built example pages. Every page is spaced well, with attractive layouts and pleasing shapes. From specially designed dashboards for smart homes, virtual reality, and automotives to CRM admins, Vision UI Dashboard Free React has everything you need to quickly set up an amazing project.
View example pages here.
HELPFUL LINKS
View Github Repository
Check FAQ Page
During the development of this dashboard, we have used many existing resources from awesome developers. We want to thank them for providing their tools open source:
Let us know your thoughts below. And good luck with development!
React | Chakra |
]———————————————————————————————————————————————————————————————— | ——————————————————————————————————————————————————————————————– |
![]() |
![]() |
Quick start options:
yarn install
or npm install
to install the projects dependencies.The documentation for the Vision UI Dashboard Free is hosted at our website.
Within the download you’ll find the following directories and files:
vision-dashboard-react-free/
├── public
│ ├── apple-icon.png
│ ├── favicon.ico
│ ├── index.html
│ ├── manifest.json
│ └── robots.txt
└── src
├── assets
│ ├── images
│ └── theme
│ ├── base
│ │ ├── borders.js
│ │ ├── boxShadows.js
│ │ ├── breakpoints.js
│ │ ├── colors.js
│ │ ├── globals.js
│ │ ├── typography.css
│ │ └── typography.js
│ ├── components
│ │ ├── button
│ │ ├── card
│ │ ├── dialog
│ │ ├── form
│ │ ├── list
│ │ ├── menu
│ │ ├── stepper
│ │ ├── table
│ │ ├── tabs
│ │ ├── appBar.js
│ │ ├── avatar.js
│ │ ├── breadcrumbs.js
│ │ ├── buttonBase.js
│ │ ├── container.js
│ │ ├── divider.js
│ │ ├── icon.js
│ │ ├── iconButton.js
│ │ ├── linearProgress.js
│ │ ├── link.js
│ │ ├── popover.js
│ │ ├── slider.js
│ │ ├── svgIcon.js
│ │ └── tooltip.js
│ ├── functions
│ │ ├── boxShadow.js
│ │ ├── gradientChartLine.js
│ │ ├── hexToRgb.js
│ │ ├── linearGradient.js
│ │ ├── pxToRem.js
│ │ ├── radialGradient.js
│ │ ├── rgba.js
│ │ └── tripleLinearGradient.js
│ ├── index.js
│ └── theme-rtl.js
├── components
│ ├── VuiAlert
│ │ ├── index.js
│ │ ├── VuiAlertCloseIcon.js
│ │ └── VuiAlertRoot.js
│ ├── VuiAvatar
│ │ ├── index.js
│ │ └── VuiAvatarRoot.js
│ ├── VuiBadge
│ │ ├── index.js
│ │ └── VuiBadgeRoot.js
│ ├── VuiBox
│ │ ├── index.js
│ │ └── VuiBoxRoot.js
│ ├── VuiButton
│ │ ├── index.js
│ │ └── VuiButtonRoot.js
│ ├── VuiInput
│ │ ├── index.js
│ │ ├── VuiInputIconBoxRoot.js
│ │ ├── VuiInputIconRoot.js
│ │ ├── VuiInputIcon.js
│ │ └── VuiInputWithIconRoot.js
│ ├── VuiPagination
│ │ ├── index.js
│ │ └── VuiPaginationItemRoot.js
│ ├── VuiProgress
│ │ ├── index.js
│ │ └── VuiProgressRoot.js
│ ├── VuiSwitch
│ │ ├── index.js
│ │ └── VuiSwitchRoot.js
│ └── VuiTypography
│ ├── index.js
│ └── VuiTypographyRoot.js
├── context
│ └── index.js
├── examples
│ ├── Breadcrumbs
│ │ └── index.js
│ ├── Calendar
│ │ ├── CalendarRoot.js
│ │ └── index.js
│ ├── Cards
│ │ ├── InfoCards
│ │ │ └── index.js
│ │ ├── MasterCard
│ │ │ └── index.js
│ │ ├── ProjectCards
│ │ │ └── index.js
│ │ └── StatisticsCards
│ │ └── index.js
│ ├── Charts
│ │ ├── BarCharts
│ │ │ └── BarChart.js
│ │ └── LineCharts
│ │ └── LineChart.js
│ ├── Configurator
│ │ ├── ConfiguratorRoot.js
│ │ └── index.js
│ ├── Footer
│ │ └── index.js
│ ├── GradientBorder
│ │ ├── GradientBorderRoot.js
│ │ └── index.js
│ ├── Icons
│ ├── Items
│ │ ├── index.js
│ │ └── styles.js
│ ├── LayoutContainers
│ │ ├── DashboardLayout
│ │ │ └── index.js
│ │ └── PageLayout
│ │ └── index.js
│ ├── Lists
│ │ └── index.js
│ ├── Navbars
│ │ ├── DashboardNavbar
│ │ │ ├── index.js
│ │ │ └── styles.js
│ │ ├── DefaultNavbar
│ │ │ ├── DefaultNavbarLink.js
│ │ │ ├── DefaultNavbarMobile.js
│ │ │ └── index.js
│ ├── Scrollbar
│ │ └── index.js
│ ├── Sidenav
│ │ ├── styles
│ │ │ ├── sidenav.js
│ │ │ ├── sidenavCard.js
│ │ │ └── sidenavCollapse.js
│ │ ├── index.js
│ │ ├── SidenavCard.js
│ │ ├── SidenavCollapse.js
│ │ └── SidenavRoot.js
│ ├── Tables
│ │ └── index.js
│ └── Timeline
│ ├── context
│ │ └── index.js
│ ├── TimelineItem
│ │ ├── index.js
│ │ └── styles.js
│ └── TimelineList
│ └── index.js
├── layouts
│ ├── authentication
│ │ ├── components
│ │ │ ├── BasicLayout
│ │ │ │ └── index.js
│ │ │ ├── CoverLayout
│ │ │ │ └── index.js
│ │ │ ├── Footer
│ │ │ │ └── index.js
│ │ │ ├── IllustrationLayout
│ │ │ │ └── index.js
│ │ │ ├── Separator
│ │ │ │ └── index.js
│ │ │ └── Socials
│ │ │ └── index.js
│ │ ├── sign-in
│ │ │ └── index.js
│ │ └── sign-up
│ │ └── index.js
│ ├── billing
│ │ ├── components
│ │ │ ├── Bill
│ │ │ │ └── index.js
│ │ │ ├── BillingInformation
│ │ │ │ └── index.js
│ │ │ ├── CreditBalance
│ │ │ │ └── index.js
│ │ │ ├── Invoice
│ │ │ │ └── index.js
│ │ │ ├── PaymentMethod
│ │ │ │ └── index.js
│ │ │ ├── Transaction
│ │ │ │ └── index.js
│ │ │ └── Transactions
│ │ │ └── index.js
│ │ └── index.js
│ ├── dashboard
│ │ ├── components
│ │ │ ├── OrderOverview
│ │ │ │ └── index.js
│ │ │ ├── Projects
│ │ │ │ └── index.js
│ │ │ ├── RefferalTracking
│ │ │ │ └── index.js
│ │ │ ├── SatisfactionRate
│ │ │ │ └── index.js
│ │ │ └── WelcomeMark
│ │ │ └── index.js
│ │ ├── data
│ │ │ ├── barChartData.js
│ │ │ ├── barChartOptions.js
│ │ │ ├── lineChartData.js
│ │ │ └── lineChartOptions.js
│ │ └── index.js
│ ├── profile
│ │ ├── components
│ │ │ ├── CarInformations
│ │ │ │ └── index.js
│ │ │ ├── Header
│ │ │ │ └── index.js
│ │ │ ├── PlatformSettings
│ │ │ │ └── index.js
│ │ │ └── Welcome
│ │ │ └── index.js
│ │ ├── data
│ │ │ ├── lineChartData1.js
│ │ │ ├── lineChartData2.js
│ │ │ ├── lineChartOptions1.js
│ │ │ └── lineChartOptions2.js
│ │ └── index.js
│ ├── rtl
│ │ ├── components
│ │ │ ├── OrderOverview
│ │ │ │ └── index.js
│ │ │ ├── Projects
│ │ │ │ └── index.js
│ │ │ ├── RefferalTracking
│ │ │ │ └── index.js
│ │ │ ├── SatisfactionRate
│ │ │ │ └── index.js
│ │ │ └── WelcomeMark
│ │ │ └── index.js
│ │ ├── data
│ │ │ ├── barChartData.js
│ │ │ ├── barChartOptions.js
│ │ │ ├── lineChartData.js
│ │ │ └── lineChartOptions.js
│ │ └── index.js
│ ├── tables
│ │ ├── data
│ │ │ ├── authorsTableData.js
│ │ │ └── projectsTableData.js
│ │ └── index.js
├── variables
│ └── charts.js
├── App.js
├── index.js
├── routes.js
├── .eslintrc.json
├── .gitignore
├── .prettierrc.json
├── CHANGELOG.md
├── ISSUE_TEMPLALTE.md
├── jsconfig.json
├── package-lock.json
├── package.json
└── README.md
At present, we officially aim to support the last two versions of the following browsers:
We use GitHub Issues as the official bug tracker for the Vision UI Dashboard. Here are some advices for our users that want to report an issue:
If you have questions or need help integrating the product please contact us instead of opening an issue.
Copyright 2021 Creative Tim
Creative Tim License
More products from Creative Tim
Freebies from Creative Tim
Affiliate Program (earn money)
More products from Simmmple
Twitter: https://twitter.com/CreativeTim
Facebook: https://www.facebook.com/CreativeTim
Dribbble: https://dribbble.com/creativetim
Instagram: https://www.instagram.com/CreativeTimOfficial
Twitter: https://twitter.com/simmmple_web
Facebook: https://www.facebook.com/simmmple.web
Dribbble: https://dribbble.com/simmmple
Instagram: https://www.instagram.com/simmmple.web