UIkit

UIkit 是一个轻量级和模块化的前端框架,用于开发快速强大的 Web 界面。(UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.)

Github stars Tracking Chart

UIkit 是一个轻量级和模块化的前端框架,用于开发快速强大的 Web 界面。

UIkit(v2) 提供了 30 多个模块化和可扩展的组件,它们可以相互组合。 根据组件的用途和功能将其划分为不同的部分。(https://getuikit.com/v2/docs/core.html

UIkit(v3) 则提供了 70 多个模块化和可扩展的组件。(https://getuikit.com/docs/introduction

默认(Defaults)
  • 这些组件通常对HTML元素进行标准化以实现跨浏览器功能,并添加一些非常基本的样式。
布局
  • 应用UIkit的完全响应的流体网格系统和面板,常见的布局部分,如博客文章和评论和有用的实用程序类。
导航
  • UIkit提供不同类型的导航,如导航栏和侧面导航。使用面包屑或分页来引导文章。
元素
  • 样式基本HTML元素,如表和表单。这些组件使用自己的类。它们不会干扰任何默认元素样式。
共同
  • 在这里,您可以找到您在内容中经常使用的组件,例如按钮,图标,徽章,叠加层,动画等。
JavaScript
  • 这些组件主要依赖JavaScript来隐藏隐藏的内容,如下拉菜单,模态对话框,画布条和工具提示。

Overview

Name With Owneruikit/uikit
Primary LanguageHTML
Program languageJavaScript (Language Count: 4)
PlatformCross-platform
License:MIT License
Release Count363
Last Release Namev3.20.8 (Posted on )
First Release Namev1.0.0 (Posted on )
Created At2013-07-18 16:00:26
Pushed At2024-04-26 10:17:13
Last Commit At
Stargazers Count18.1k
Watchers Count649
Fork Count2.3k
Commits Count6.6k
Has Issues Enabled
Issues Count4239
Issue Open Count561
Pull Requests Count257
Pull Requests Open Count32
Pull Requests Close Count409
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

uikit banner

UIkit

Discord

UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.



Getting started

You have the following options to get UIkit:

  • Download the latest release with pre-built CSS and JS.
  • Install with npm to get all source files as they are available on Github: npm install uikit
  • Install with yarn to get all source files as they are available on Github: yarn add uikit
  • Directly load UIkit from jsDelivr: https://www.jsdelivr.com/package/npm/uikit
  • Clone the repo to get all source files including build scripts: git clone git://github.com/uikit/uikit.git

Developers

To always have the latest development version of UIkit, even before a release, you may want to use npm or yarn with the dev tag.

Contributing

Finding bugs, sending pull requests or improving our docs - any contribution is welcome and highly appreciated. To get started, head over to our contribution guidelines. Thanks!

Versioning

UIkit is maintained by using the Semantic Versioning Specification (SemVer).

Browser Support

Chrome, Firefox, Edge, IE, Safari, Opera
---, ---, ---, ---, ---, ---, Latest ✔, Latest ✔, Latest ✔, 11+ ✔, 9.1+ ✔, Latest ✔, Tested WithBrowserStack

Copyright YOOtheme GmbH under the MIT license.

To the top