Most complex and innovative Dashboard Made by Creative Tim. Check our latest Premium TailwindCSS Dashboard.
Designed for those who like bold elements and beautiful websites. Made of hundred of elements, designed blocks and fully coded pages, Soft UI Dashboard Pro Tailwind 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!
Crafted with precision using the powerful Jekyll framework, the Soft UI Dashboard Pro Tailwind sets a new standard for web development. This innovative dashboard seamlessly integrates with Jekyll, allowing for easy integration and customization. The product's modular design offers a range of components and sections that can be effortlessly included in various pages.
This componentized approach not only enhances flexibility but also ensures a streamlined development process. Whether you opt for a section, a component structure, or a page, Soft UI Dashboard Pro Tailwind empowers you to create visually stunning websites and web applications with ease. Elevate your web development experience with this dynamic and feature-rich dashboard.
Fully Coded Elements
Soft UI Dashboard Pro Tailwind 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 color, that you can easily modify using SASS files and classes.
You will save a lot of time going from prototyping to full-functional code, because all elements are implemented. This Premium TailwindCSS 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 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. You will be able to quickly set up the basic structure for your web 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!
HTML |
---|
![]() |
Quick start options:
Ruby: Make sure you have Ruby installed on your machine. You can check if Ruby is installed by running:
ruby --version
Jekyll: Jekyll is a static site generator for your project. Install it by running:
bundle install
Learn how to use Soft’s included npm scripts to start a local server, compile source code, run tests, and more.
Our package.json includes convenient methods for working with the framework, including compiling code, running tests, and more.
To use our build system and use Sass to customize your website you’ll need a copy of Soft UI Dashboard source files and Node. Follow these steps and you should be ready to rock:
• Download and install Node.js, which we use to manage our dependencies.
• Navigate to the root / directory and run npm install to install our local dependencies.
Make sure that you have Node.js and Tailwind CSS installed.
When completed, you’ll be able to run the various commands provided from the command line:
npm install
Run project's live preview:
npm run dev
<script src="../path/to/soft-ui-dashboard-tailwind.js"></script>
Import the soft-ui-dashboard-tailwind.css into your project file. Make sure to import the soft-ui-dashboard-tailwind.css style sheet after all other style sheets.
<link rel="stylesheet" href="soft-ui-dashboard-tailwind.css" />
The documentation for the Soft UI Dashboard Pro Tailwind is hosted at our website.
Within the download you'll find the following directories and files:
soft-ui-dashboard-pro-tailwind
.
├── CHANGELOG.md
├── Gemfile
├── Gemfile.lock
├── Gemfile.save
├── README.md
├── _config.yml
├── _data
│ └── sidebarRoutesPro.yml
├── _includes
│ ├── components
│ │ ├── applications/
│ │ ├── authentication/
│ │ ├── dashboards/
│ │ ├── ecommerce/
│ │ ├── navbars/
│ │ ├── pages/
│ │ └── sidenav/
│ ├── fixed-plugin.html
│ ├── footer-auth.html
│ ├── footer.html
│ ├── head.html
│ ├── path/
│ │ └── path-assets.html
│ └── profile-header.html
├── _layouts/
│ ├── authentication.html
│ ├── default.html
│ ├── pricing.html
│ ├── profile.html
│ ├── rtl.html
│ └── vr.html
├── assets/
│ ├── css/
│ ├── fonts/
│ ├── img/
│ └── js/
├── docs/
├── index.html
├── package.json
├── pages
│ ├── applications/
│ ├── authentication
│ │ ├── error
│ │ │ ├── 404.html
│ │ │ └── 500.html
│ │ ├── lock
│ │ │ ├── basic.html
│ │ │ ├── cover.html
│ │ │ └── illustration.html
│ │ ├── reset
│ │ │ ├── basic.html
│ │ │ ├── cover.html
│ │ │ └── illustration.html
│ │ ├── signin
│ │ │ ├── basic.html
│ │ │ ├── cover.html
│ │ │ └── illustration.html
│ │ ├── signup
│ │ │ ├── basic.html
│ │ │ ├── cover.html
│ │ │ └── illustration.html
│ │ └── verification
│ │ ├── basic.html
│ │ ├── cover.html
│ │ └── illustration.html
│ ├── dashboards
│ │ ├── automotive.html
│ │ ├── crm.html
│ │ ├── default.html
│ │ ├── smart-home.html
│ │ └── vr
│ │ ├── vr-default.html
│ │ └── vr-info.html
│ ├── ecommerce
│ │ ├── orders
│ │ │ ├── details.html
│ │ │ └── list.html
│ │ ├── overview.html
│ │ ├── products
│ │ │ ├── edit-product.html
│ │ │ ├── new-product.html
│ │ │ ├── product-page.html
│ │ │ └── products-list.html
│ │ └── referral.html
│ └── pages
│ ├── account
│ │ ├── billing.html
│ │ ├── invoice.html
│ │ ├── security.html
│ │ └── settings.html
│ ├── charts.html
│ ├── messages.html
│ ├── notifications.html
│ ├── pricing-page.html
│ ├── profile
│ │ ├── overview.html
│ │ ├── projects.html
│ │ └── teams.html
│ ├── projects
│ │ ├── general.html
│ │ ├── new-project.html
│ │ └── timeline.html
│ ├── rtl-page.html
│ ├── sweet-alerts.html
│ ├── users
│ │ ├── new-user.html
│ │ └── reports.html
│ └── widgets.html
├── postcss.config.js
├── src
│ └── styles.css
├── tailwind.config.js
└── tailwindcss.rb
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 Soft UI Dashboard Pro Tailwind. 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.
More products from Creative Tim
Freebies from Creative Tim
Affiliate Program (earn money)
Twitter: https://twitter.com/CreativeTim
Facebook: https://www.facebook.com/CreativeTim
Dribbble: https://dribbble.com/creativetim
Instagram: https://instagram.com/creativetimofficial
TikTok: https://tiktok.com/@creative.tim