All Projects → iqonicdesignofficial → hope-ui-design-system

iqonicdesignofficial / hope-ui-design-system

Licence: MIT license
Hope UI - Open Source Bootstrap 5 Design System

Programming Languages

Handlebars
879 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hope-ui-design-system

Argon Design System
Argon - Design System for Bootstrap 4 by Creative Tim
Stars: ✭ 2,307 (+6135.14%)
Mutual labels:  responsive, free, design-system
plain-free-bootstrap-admin-template
Free Bootstrap 5 Admin and Dashboard Template that comes with all essential dashboard components, elements, charts, graph and application pages. Download now for free and use with personal or commercial projects.
Stars: ✭ 141 (+281.08%)
Mutual labels:  admin, free, 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 (+7632.43%)
Mutual labels:  admin, free, bootstrap5
Lightning Admin Angular
A mobile first design of a responsive admin template built with angular and bootstrap
Stars: ✭ 107 (+189.19%)
Mutual labels:  admin, responsive
Sing App
💥Free and open-source admin dashboard template built with Bootstrap 4.5 💥
Stars: ✭ 1,187 (+3108.11%)
Mutual labels:  admin, responsive
Shards Dashboard React
⚛️A free and beautiful React admin dashboard template pack.
Stars: ✭ 1,268 (+3327.03%)
Mutual labels:  admin, design-system
Django Admin Bootstrap
Responsive Theme for Django Admin With Sidebar Menu
Stars: ✭ 787 (+2027.03%)
Mutual labels:  admin, responsive
Uiadmin
UIAdmin - UI Kit 3 Responsive Admin Panel
Stars: ✭ 155 (+318.92%)
Mutual labels:  admin, free
Light Blue Dashboard
🔥 Free and open-source admin dashboard template built with Bootstrap
Stars: ✭ 110 (+197.3%)
Mutual labels:  admin, responsive
Jet Django
Jet Bridge (Django) for Jet Admin – Admin panel framework for your application
Stars: ✭ 168 (+354.05%)
Mutual labels:  admin, responsive
startbootstrap-business-frontpage
A Bootstrap HTML business homepage template created by Start Bootstrap
Stars: ✭ 177 (+378.38%)
Mutual labels:  free, bootstrap5
Shards Dashboard
🔥A beautiful Bootstrap 4 admin dashboard templates pack.
Stars: ✭ 1,143 (+2989.19%)
Mutual labels:  admin, free
Springboot v2
SpringBoot_v2项目是努力打造springboot框架的极致细腻的脚手架。包括一套漂亮的前台。无其他杂七杂八的功能,原生纯净。
Stars: ✭ 1,093 (+2854.05%)
Mutual labels:  admin, responsive
Material Dashboard
Material Dashboard - Open Source Bootstrap 5 Material Design Admin
Stars: ✭ 9,987 (+26891.89%)
Mutual labels:  admin, bootstrap5
Jet Bridge
Jet Bridge – Admin Panel Framework for your application
Stars: ✭ 904 (+2343.24%)
Mutual labels:  admin, responsive
Coreui Free Bootstrap Admin Template
CoreUI is free bootstrap admin template
Stars: ✭ 11,038 (+29732.43%)
Mutual labels:  admin, bootstrap5
pichichi
Simple one page responsive portfolio template
Stars: ✭ 54 (+45.95%)
Mutual labels:  responsive, free
PlusAdmin-Free-Bootstrap-Admin-Template
Free Admin template featuring horizontal and vertical navbar. Built using Bootstrap 4.
Stars: ✭ 98 (+164.86%)
Mutual labels:  admin, bootstrap5
bootiful
Open-source, bare, modern Bootstrap v5 theme
Stars: ✭ 47 (+27.03%)
Mutual labels:  free, bootstrap5
Ngx Admin
Customizable admin dashboard template based on Angular 10+
Stars: ✭ 23,286 (+62835.14%)
Mutual labels:  admin, responsive

Free Open Source Bootstrap 5 Design System.

Live Demo | Figma UI Kit | HTML Dashboard | Vue JS Dashboard | React JS Dashboard | Laravel Dashboard


Hope UI Dashboard

Hope UI – free open source Bootstrap Design System is a gorgeously built UI kit based on bootstrap 5. The best free Bootstrap 5 design system is fully responsive and user-friendly, allowing Hope UI users to work effortlessly. Being easily adaptable and flexible, Hope UI can be a go-to design system for the developer out there.

Looking up to creating a new application for a personal project or client? Hope UI – free open source Bootstrap design system can help build a robust and understandable admin dashboard or website without spending much time designing the whole thing from scratch.

What Can You Do with The Hope UI

Hope UI is packed with finely-crafted UI elements, multiple styles of Menu, a set of graphs, charts, and animated icons. Built ideally for developers, designers, and startups, or Creators, Hope UI brings design consistency and acts as a strong foundation to manage a successful web or app project.

5 Irresistible Reasons To Have Hope UI

  • Unlike any other Design System, Hope UI is fully responsive which facilitates business owners to view the admin panel right from their mobile screens without losing the resolution.
  • With the purpose of data presentation, this best free Bootstrap 5 design system comes with extensive elements and widgets to add texts and images.
  • Besides being super easy and rapidly adaptable features, Hope UI is the cost-effective way to control and overview web or app project performance with a pre-coded design system and examples.
  • Hope UI is a strongly built system, a layout that focuses on both the scalability and performance of the project.
  • Hope UI Packs 100+ Fully-Codes Elements and widgets backed with SCSS and Gulp to make the development easy and fast.

Features

  • Support with bootstrap 5
  • Scss component based design
  • HBS(Handlebar) based html
  • Fully Responsive
  • Clean Code
  • Demo Pages
Hope UI Video

Table of Contents

Quick Start

You can use following method to get started with CSS and JS files of the design system.

Method 1: Direct Download

Dowload from Github

Download from Iqonic Design

Method 2: Using CDN

<link href="https://cdn.jsdelivr.net/gh/iqonicdesignofficial/hope-ui-design-system@main/dist/assets/css/hope-ui.min.css" rel="stylesheet"/>
<script src="https://cdn.jsdelivr.net/gh/iqonicdesignofficial/hope-ui-design-system@main/dist/assets/js/hope-ui.js"></script>

Method 3: Using NPM

Start working with the design system

  1. Install Dependency
npm install
  1. Run on development
npm run watch
  1. Build for production
npm run build

More Details...

Documentation

You can find our documentation here.

Version

Public RoadMap

Checkout our public roadmap of Hope UI and also submit features requests here.

File Structure

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:

github/hope-ui-design-system
  dist
    ├── assets
    │    ├── css
    │    ├── images
    │    ├── js
    │    └── vendor
    ├── dashboard
    │    └── all html pages on folder based
    └── index.html
  src
    ├── assets
    │    ├── images
    │    │    ├── icon.png
    │    │    ├── favicon.ico
    │    │    └── loader.gif
    │    ├── js
    │    │    ├── hope-ui.js
    |    │    └── plugins
    |    │         ├── slider-tabs.js
    |    │         ├── countdown.js
    |    |         └── prism.min.js
    │    └── scss
    │        ├── bootstrap/
    │        │     ├── forms/
    │        │     ├── helper/
    │        │     ├── mixins/
    │        │     ├── utilites/
    │        │     └── vendor/
    │        ├── custom
    │        │     ├── components/
    │        │     ├── helper/
    │        │     ├── layout-style/
    │        │     ├── pages/
    │        │     ├── plugins/
    │        │     ├── variables/
    │        │     └── variables.scss
    │        └── hope-ui.scss
    ├── templates
    |    ├── layouts
    |    │    └── simple
    |    ├── pages
    |    │    │   └── all folders based files
    |    │    └── index.hbs
    |    └── partials
    |        ├── components/
    |        └── all files based on hbs file in design system
    ├── gulp
    │    └── all gulp task here
    ├── gulp.config.json
    ├── gulpfile.js
    └── package.json

Browser Support

chrome Firefox Safari Microsoft Operamini

Don't Buy a Coffee for Us Instead Support Us

More from Iqonic Design

Reporting Issues

Have a bug or a feature request? Raise a new issue at our github support

Special Thanks

Change Log

Click Here to check our full change log.

Follow Us

Licensing

  • Code and Documentation Copyright 2021 All Rights Reserved by IQONIC Design. Code released under the MIT License.
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].