hope ui html admin dashboard
Hope Ui Landing Pages
現場演示| Figma UI 套件| HTML 儀表板| Vue JS 儀表板| React JS 儀表板| Laravel 儀表板
Hope UI – 免費開源 Bootstrap 設計系統是一個基於 Bootstrap 5 構建的精美 UI 套件。 Hope UI 易於適應且靈活,可以成為開發人員的首選設計系統。
想要為個人專案或客戶建立新的應用程式嗎?希望 UI – 免費的開源 Bootstrap 設計系統可以幫助建立一個強大且易於理解的管理儀表板或網站,而無需花費大量時間從頭開始設計整個系統。
Hope UI 充滿了精心製作的 UI 元素、多種風格的選單、一組圖形、圖表和動畫圖示。 Hope UI 非常適合開發人員、設計師和新創公司或創作者,它帶來了設計一致性,並為管理成功的 Web 或應用程式專案奠定了堅實的基礎。
您可以使用以下方法開始使用設計系統的CSS和JS檔案。
從Github下載
從 Iqonic 設計下載
開始使用設計系統
npm install
npm run watch
npm run build
更多詳情...
您可以在這裡找到我們的文件。
查看我們的 Hope UI 公共路線圖,並在此提交功能請求。
在下載中,您將找到以下目錄和文件,對常見資源進行邏輯分組並提供編譯的和縮小的變體。你會看到這樣的東西:
github/hope-ui-admin-dashboard/
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
│ │ ├── auth/
│ │ ├── kanban/
│ │ ├── pricing/
│ │ └── ui-kit/
| ├──customizer
│ │ ├── components/
│ │ ├── layout/
│ │ ├── menu-style/
│ │ ├── utillities/
│ │ ├── components.scss
│ │ ├── dark.scss
│ │ ├── root.scss
│ │ └── variables.scss
│ ├── hope-ui-design-system
│ │ ├── components/
│ │ ├── helper/
│ │ ├── layout-style/
│ │ ├── pages/
│ │ ├── plugins/
│ │ ├── variables/
│ │ └── variables.scss
│ ├── dark
│ │ ├── components/
│ │ ├── helper/
│ │ ├── layout-style/
│ │ ├── pages/
│ │ ├── plugins/
│ │ ├── reboot/
│ │ ├── _dark.scss
│ │ └── _index.scss
│ ├── rtl
│ │ ├── components/
│ │ ├── pages/
│ │ ├── reboot/
│ │ ├── utilities/
│ │ └── _index.scss
│ ├── rtl.scss
│ ├── dark.scss
│ ├── custom.scss
| ├── customizer.scss
│ └── hope-ui.scss
├── templates
| ├── layouts
│ | ├── boxed-fancy
│ | ├── boxed
│ | ├── default
│ | ├── dual-compact
│ | ├── dual-horizontal
│ | ├── horizontal
| │ └── simple
| ├── pages
| │ ├── all folders based files
| │ └── index.hbs
| └── partials
| ├── components/
| └── all files based on hbs file in design system
├── gulp
│ └── all gulp task here
├── .gitignore
├── gulp.config.json
├── gulpfile.js
├── LICENSE
├── README.md
└── package.json
有錯誤或功能請求嗎?在我們的 github 支援中提出新問題
點擊此處查看我們的完整更改日誌。