All Projects → codescandy → Dash-UI

codescandy / Dash-UI

Licence: MIT license
Bootstrap 5 Admin & Dashboard Template - Dash-UI. Dash UI Kit is a free and open-source components and templates kit fully coded with Bootstrap 5.

Programming Languages

HTML
75241 projects
CSS
56736 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Dash-UI

Coreui Free Vue Admin Template
Open source admin template based on Bootstrap 5 and Vue 3
Stars: ✭ 2,951 (+1285.45%)
Mutual labels:  admin-dashboard, bootstrap-theme, dashboard-templates, bootstrap5
laravel-startkit
Laravel Admin Dashboard, Admin Template with Frontend Template, for scalable Laravel projects. It is to save your time when You start with new scalable Laravel projects with many features Bootstrap, cooreui, infyom admin Generator, roles and permissions, translatable models, spatie media and much more
Stars: ✭ 55 (-74.18%)
Mutual labels:  starter-template, admin-dashboard, starter-kit, dashboard-templates
Coreui Free React Admin Template
CoreUI React is a free React admin template based on Bootstrap 5
Stars: ✭ 3,573 (+1577.46%)
Mutual labels:  admin-dashboard, bootstrap-theme, dashboard-templates, bootstrap5
Startbootstrap Sb Admin
Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 2,861 (+1243.19%)
Mutual labels:  bootstrap-theme, bootstrap5, bootstrap-5-template
Startbootstrap Clean Blog
Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 1,604 (+653.05%)
Mutual labels:  bootstrap-theme, bootstrap5, bootstrap-5-template
Startbootstrap Simple Sidebar
Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 1,833 (+760.56%)
Mutual labels:  bootstrap-theme, bootstrap5, bootstrap-5-template
PlusAdmin-Free-Bootstrap-Admin-Template
Free Admin template featuring horizontal and vertical navbar. Built using Bootstrap 4.
Stars: ✭ 98 (-53.99%)
Mutual labels:  admin-dashboard, dashboard-templates, bootstrap5
startbootstrap-small-business
A Bootstrap HTML template for creating marketing websites for small businesses - created by Start Bootstrap
Stars: ✭ 186 (-12.68%)
Mutual labels:  bootstrap-theme, bootstrap5, bootstrap-5-template
Tabler
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
Stars: ✭ 24,611 (+11454.46%)
Mutual labels:  admin-dashboard, dashboard-templates, bootstrap5
Sleek Dashboard
Sleek Dashboard - Free Bootstrap 4 Admin Template and UI Kit
Stars: ✭ 690 (+223.94%)
Mutual labels:  admin-dashboard, bootstrap-theme, dashboard-templates
Coreui Angularjs
CoreUI AngularJS is free AngularJS admin template based on Bootstrap 4
Stars: ✭ 101 (-52.58%)
Mutual labels:  admin-dashboard, bootstrap-theme, dashboard-templates
Startbootstrap Resume
Start Bootstrap is an open source library of free Bootstrap themes and templates. All of the free themes and templates on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 1,642 (+670.89%)
Mutual labels:  bootstrap-theme, bootstrap5, bootstrap-5-template
startbootstrap-business-frontpage
A Bootstrap HTML business homepage template created by Start Bootstrap
Stars: ✭ 177 (-16.9%)
Mutual labels:  bootstrap-theme, bootstrap5, bootstrap-5-template
Startbootstrap Freelancer
Start Bootstrap is an open source library of free Bootstrap themes and templates. All of the free themes and templates on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 2,304 (+981.69%)
Mutual labels:  bootstrap-theme, bootstrap5, bootstrap-5-template
Volt Bootstrap 5 Dashboard
Free and open source Bootstrap 5 Admin Dashboard Template with vanilla Javascript
Stars: ✭ 2,252 (+957.28%)
Mutual labels:  bootstrap5, bootstrap-5-template, bootstrap-5-admin-panel
Architectui Html Theme Free
ArchitectUI Dashboard Free is lightweight and comes packed with the minimal set of components to get you started. If you have a simple application, it’s the perfect solution for you. It’s built on top of Bootstrap 4 and features a scalable architecture just like it’s wiser, older sibling – ArchitectUI HTML Pro theme.
Stars: ✭ 155 (-27.23%)
Mutual labels:  admin-dashboard, bootstrap-theme, dashboard-templates
Material Dashboard
Material Dashboard - Open Source Bootstrap 5 Material Design Admin
Stars: ✭ 9,987 (+4588.73%)
Mutual labels:  admin-dashboard, bootstrap-theme, bootstrap5
enlite-starter
Enlite Starter - React Dashboard Starter Template with Firebase Auth
Stars: ✭ 28 (-86.85%)
Mutual labels:  starter-template, admin-dashboard, starter-kit
Polymer Skeleton
💀 Skeleton for Polymer 3 app with Webpack, PostCSS and Service Workers ready.
Stars: ✭ 185 (-13.15%)
Mutual labels:  web-components, starter-kit
Smart Webcomponents
Web Components & Custom Elements for Professional Web Applications
Stars: ✭ 110 (-48.36%)
Mutual labels:  web-components, admin-dashboard

Dash UI - Bootstrap 5 Theme Twitter URL

Dash UI Bootstrap 5 Theme

Dash-UI is a Bootstrap 5 Admin & Dashboard Theme. Dash UI Kit a free and open source components and templates kit fully coded with Bootstrap 5.

Workflow

This product is built using the following widely used technologies:

  • Most popular CSS Framework Bootstrap 5
  • Productive workflow tool Gulp
  • Awesome CSS preprocessor Sass

Table of Contents

Quick start

  1. Download from clone this repository
  2. Download the project's zip
  3. Make sure you have Node locally installed.
  4. Download Gulp Command Line Interface to be able to use gulp in your Terminal.
npm install gulp-cli -g
  1. After installing Gulp, run npm install in the main dash-ui/ folder to download all the project dependencies. You'll find them in the node_modules/ folder.
npm install
  1. Run gulp in the dash-ui/ folder to serve the project files using BrowserSync. Running gulp will compile the theme and open /index.html in your main browser.
gulp
  1. Generates a /dist directory with all the production files.
gulp build

Documentation

The documentation for Dash UI is provide on our website.

File Structure

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


Dash UI Bootstrap 5 Theme
.
├── src
    ├── assets
    |   ├── css
    │   ├── fonts
    │   ├── images
    |   ├── js
    │   ├── scss
    |       ├── theme
    |       ├── theme.scss
    ├── pages
    │   ├── 404-error.html
    │   ├── billing.html
    │   ├── forget-password.html
    │   ├── layout.html
    │   ├── pricing.html
    │   ├── profile.html
    │   ├── settings.html
    │   ├── sign-in.html
    │   ├── sign-up.html
    │   └── tables.html
    ├── partials
    │   ├── doc-navbar.html
    │   ├── docs-sidenav.html
    │   ├── head.html
    │   ├── header.html
    │   ├── navbar-vertical.html         
    │   └── scripts.html
    ├── index.html
    ├── gulpfile.js
    ├── package-lock.json
    ├── package.json
    ├── README.md


Browser Support

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

Technical Support or Questions

If you have questions or need help integrating the product please contact us. Support

Upgrade to PRO

Get more power with DashUI PRO featuring bunch of UI components, forms, tables, charts, pages, and icons.

Free Version [DashUI PRO]
11 Demo Pages Coming Soon
Includine Docs
Libraries & Plugins
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].