Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uikit/uikit
A lightweight and modular front-end framework for developing fast and powerful web interfaces
https://github.com/uikit/uikit
Last synced: 3 months ago
JSON representation
A lightweight and modular front-end framework for developing fast and powerful web interfaces
- Host: GitHub
- URL: https://github.com/uikit/uikit
- Owner: uikit
- License: mit
- Created: 2013-07-18T16:00:26.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-01T11:20:09.000Z (9 months ago)
- Last Synced: 2024-05-01T11:25:40.493Z (9 months ago)
- Language: HTML
- Homepage: http://getuikit.com
- Size: 52.1 MB
- Stars: 18,120
- Watchers: 650
- Forks: 2,313
- Open Issues: 592
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome - uikit/uikit - A lightweight and modular front-end framework for developing fast and powerful web interfaces (HTML)
- awesome-starred - uikit - A lightweight and modular front-end framework for developing fast and powerful web interfaces (HTML)
- awesome-github-star - uikit - end framework for developing fast and powerful web interfaces | uikit | 17963 | (HTML)
- Awesome-CSS-Resources - uikit: - end framework for developing fast and powerful web interfaces. (Frameworks / Resources / U)
- jimsghstars - uikit/uikit - A lightweight and modular front-end framework for developing fast and powerful web interfaces (HTML)
- fucking-awesome-css-frameworks - Repo
- awesome-css-frameworks - Repo
- awesome-starred - uikit/uikit - A lightweight and modular front-end framework for developing fast and powerful web interfaces (others)
- awesome - uikit/uikit - A lightweight and modular front-end framework for developing fast and powerful web interfaces (HTML)
- awesome - uikit/uikit - A lightweight and modular front-end framework for developing fast and powerful web interfaces (HTML)
- awesome-engineering - UI Kit
- awesome-engineering - UI Kit
README
[![uikit banner](https://cloud.githubusercontent.com/assets/321047/21769911/474d7d9e-d681-11e6-9fe0-d95f8ccfd3a9.jpg)](https://getuikit.com/)
# UIkit
[![Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/NEt4Pv7)
[![Build](https://circleci.com/gh/uikit/uikit.svg?style=shield)](https://circleci.com/gh/uikit/uikit)
[![jsdelivr](https://data.jsdelivr.com/v1/package/npm/uikit/badge?style=rounded)](https://www.jsdelivr.com/package/npm/uikit)UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.
* [Homepage](https://getuikit.com) - Learn more about UIkit
* [@getuikit](https://twitter.com/getuikit) - Get the latest buzz on Twitter
* [Discord Chat](https://discord.gg/NEt4Pv7) - Join our developer chat on Discord.---
UIkit is an Open Source project developed by YOOtheme.
---
## Getting started
You have the following options to get UIkit:
- Download the [latest release](https://github.com/uikit/uikit/releases/latest) with pre-built CSS and JS.
- Install with [npm](https://npmjs.com) to get all source files as they are available on GitHub: ```npm install uikit```
- Install with [yarn](https://yarnpkg.com/) to get all source files as they are available on GitHub: ```yarn add uikit```
- Install with [pnpm](https://pnpm.io/) to get all source files as they are available on GitHub: ```pnpm add uikit```
- Directly load UIkit from [jsDelivr](https://www.jsdelivr.com): https://www.jsdelivr.com/package/npm/uikit
- Clone the repo to get all source files including build scripts: `git clone [email protected]: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.
- Using npm: ```npm install uikit@dev```
- Using yarn: ```yarn add uikit@dev```
- Using pnpm: ```pnpm add uikit@dev```
- Using [cdn](cdn.jsdelivr.net): https://cdn.jsdelivr.net/npm/uikit@dev## 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](CONTRIBUTING.md). Thanks!
## Versioning
UIkit is maintained by using the [Semantic Versioning Specification (SemVer)](https://semver.org).
## Browser Support
| ![Firefox](https://raw.github.com/alrra/browser-logos/main/src/firefox/firefox_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/main/src/safari/safari_48x48.png) | ![Chrome](https://raw.github.com/alrra/browser-logos/main/src/chrome/chrome_48x48.png) | ![Edge](https://raw.github.com/alrra/browser-logos/main/src/edge/edge_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/main/src/opera/opera_48x48.png) |
|-------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|----------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|
| Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |Tested With
[![BrowserStack](https://user-images.githubusercontent.com/355427/27389060-9f716c82-569d-11e7-923c-bd5fe7f1c55a.png)](https://www.browserstack.com)## Copyright and License
Copyright [YOOtheme](https://yootheme.com) GmbH under the [MIT license](LICENSE.md).