All Projects → creativetimofficial → soft-ui-dashboard-react

creativetimofficial / soft-ui-dashboard-react

Licence: MIT License
Soft UI Dashboard React - Free Dashboard using React and Material UI

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to soft-ui-dashboard-react

ct-soft-ui-dashboard-pro-react
Soft UI Dashboard PRO React - Premium Dashboard using React and Material UI
Stars: ✭ 16 (-86.89%)
Mutual labels:  material-ui, creative-tim, soft-ui
Material Dashboard
Material Dashboard - Open Source Bootstrap 5 Material Design Admin
Stars: ✭ 9,987 (+8086.07%)
Mutual labels:  material-ui, creative-tim
carto-react-template
CARTO for React. The best way to develop Location Intelligence (LI) Apps usign CARTO platform and React
Stars: ✭ 24 (-80.33%)
Mutual labels:  material-ui
roataway-web
Roataway web site
Stars: ✭ 15 (-87.7%)
Mutual labels:  material-ui
rescript-material-ui
ReScript bindings for Material-UI
Stars: ✭ 222 (+81.97%)
Mutual labels:  material-ui
backoffice
React GUI-Framework based on Material UI; provides a couple of components for back-office apps (CRUD-based APIs)
Stars: ✭ 17 (-86.07%)
Mutual labels:  material-ui
wface
Enterprise web application platform based on ReactJS
Stars: ✭ 19 (-84.43%)
Mutual labels:  material-ui
tmdb-viewer
A movie browsing/favoriting app
Stars: ✭ 63 (-48.36%)
Mutual labels:  material-ui
hacklympics
🏆 Full-stack online programming examination system
Stars: ✭ 44 (-63.93%)
Mutual labels:  material-ui
rjsf-material-ui
[Archived] Material UI theme for react-jsonschema-form.
Stars: ✭ 64 (-47.54%)
Mutual labels:  material-ui
react-point-of-sale
A simple point of sale app built in nodejs and reactjs
Stars: ✭ 185 (+51.64%)
Mutual labels:  material-ui
typekev-site
My personal website built, of course, with React
Stars: ✭ 22 (-81.97%)
Mutual labels:  material-ui
material-design-collection-ecommerce
Material Desgin for Collection Ecommerce - React Native UI Theme. It helps you create the collection screen quickly and professionally. It's easy to customize and develop.
Stars: ✭ 27 (-77.87%)
Mutual labels:  material-ui
Google-Photos-Clone
Google Photos Clone Built with React🚀 and Firebase🔥
Stars: ✭ 17 (-86.07%)
Mutual labels:  material-ui
cazadescuentos
A platform to catch price drops while shopping online, powered by a browser extension, webapp, android app, and more
Stars: ✭ 33 (-72.95%)
Mutual labels:  material-ui
moments
a web app for sharing thoughts with friends
Stars: ✭ 46 (-62.3%)
Mutual labels:  material-ui
mdm
一款Hexo端优美的MaterialDesign风格主题,简洁,轻巧,麻麻再也不用担心打开博客速度慢了
Stars: ✭ 27 (-77.87%)
Mutual labels:  material-ui
material-ui-theme-editor
Theme editor for material UI
Stars: ✭ 92 (-24.59%)
Mutual labels:  material-ui
Feliz.MaterialUI
Feliz-style Fable bindings for Material-UI
Stars: ✭ 57 (-53.28%)
Mutual labels:  material-ui
lowcode
React Lowcode - prototype, develop and maintain internal apps easier
Stars: ✭ 32 (-73.77%)
Mutual labels:  material-ui

Soft UI Dashboard React Tweet

version GitHub issues open GitHub issues closed

Image

Start your Development with an Innovative Admin Template for MUI and React. If you like the look & feel of the hottest design trend right now, Soft UI, you will fall in love with this dashboard! It features a huge number of components built to fit together and look amazing.

Fully Coded Elements Soft UI Dashboard React is built with over 70 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining. All components can take variations in color, which you can easily modify using MUI styled api and sx prop. You will save a lot of time going from prototyping to full-functional code because all elements are implemented. This Premium 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.

View all components here.

Documentation built by Developers

Each element is well presented in 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. Soft UI Dashboard React has everything you need to quickly set up an amazing project.

View example pages here.

HELPFUL LINKS

Special thanks

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:

  • MUI - The React UI library for faster and easier web development.
  • React Countup - A lightweight React component that can be used to quickly create animations that display numerical data in a more interesting way.
  • React ChartJS 2 - Simple yet flexible React charting for designers & developers.
  • ChromaJS - A small-ish zero-dependency JavaScript library for all kinds of color conversions and color scales.
  • UUID - JavaScript library for generating random id numbers.

Let us know your thoughts below. And good luck with development!

Table of Contents

Versions

React

| Soft UI Dashboard React

Demo

View More.

Quick start

Quick start options:

Terminal Commands

  1. Download and Install NodeJs LTS version from NodeJs Official Page.
  2. Navigate to the root ./ directory of the product and run yarn install or npm install to install our local dependencies.

Documentation

The documentation for the Soft UI Dashboard is hosted at our website.

What's included

Within the download you'll find the following directories and files:

soft-ui-dashboard-react
    ├── public
    │   ├── apple-icon.png
    │   ├── favicon.png
    │   ├── index.html
    │   ├── manifest.json
    │   └── robots.txt
    ├── src
    │   ├── assets
    │   │   ├── images
    │   │   └── theme
    │   │       ├── base
    │   │       ├── components
    │   │       ├── functions
    │   │       ├── index.js
    │   │       └── theme-rtl.js
    │   ├── components
    │   │   ├── SuiAlert
    │   │   ├── SuiAvatar
    │   │   ├── SuiBadge
    │   │   ├── SuiBox
    │   │   ├── SuiButton
    │   │   ├── SuiInput
    │   │   ├── SuiPagination
    │   │   ├── SuiProgress
    │   │   └── SuiTypography
    │   ├── context
    │   ├── examples
    │   │   ├── Breadcrumbs
    │   │   ├── Cards
    │   │   ├── Charts
    │   │   ├── Configurator
    │   │   ├── Footer
    │   │   ├── Icons
    │   │   ├── Items
    │   │   ├── LayoutContainers
    │   │   ├── Lists
    │   │   ├── Navbars
    │   │   ├── Sidenav
    │   │   ├── Tables
    │   │   └── Timeline
    │   ├── layouts
    │   │   ├── authentication
    │   │   ├── billing
    │   │   ├── dashboard
    │   │   ├── profile
    │   │   ├── rtl
    │   │   ├── tables
    │   │   └── virtual-reality
    │   ├── App.js
    │   ├── index.js
    │   └── routes.js
    ├── .eslintrc.json
    ├── .prettierrc.json
    ├── CHANGELOG.md
    ├── ISSUE_TEMPLATE.md
    ├── jsconfig.json
    ├── LICENSE.md
    ├── package.json
    └── README.md

Browser Support

At present, we officially aim to support the last two versions of the following browsers:

Resources

Reporting Issues

We use GitHub Issues as the official bug tracker for the Soft UI Dashboard React. Here are some advices for our users that want to report an issue:

  1. Make sure that you are using the latest version of the Soft UI Dashboard React. Check the CHANGELOG from your dashboard on our website.
  2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Technical Support or Questions

If you have questions or need help integrating the product please contact us instead of opening an issue.

Licensing

Useful Links

Social Media

Twitter: https://twitter.com/CreativeTim

Facebook: https://www.facebook.com/CreativeTim

Dribbble: https://dribbble.com/creativetim

Google+: https://plus.google.com/+CreativetimPage

Instagram: https://instagram.com/creativetimofficial

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].