Package Exports
- uikit
- uikit/dist/css/uikit.min.css
- uikit/dist/js/uikit
- uikit/dist/js/uikit-icons
- uikit/dist/js/uikit-icons.min
- uikit/dist/js/uikit.min
- uikit/dist/js/uikit.min.js
- uikit/package.json
- uikit/src/js/api/boot
- uikit/src/js/api/index
- uikit/src/js/components/sortable
- uikit/src/js/uikit
- uikit/src/js/uikit-core
- uikit/src/js/util
- uikit/src/less/uikit.theme.less
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (uikit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
UIkit
UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.
- Homepage - Learn more about UIkit
- @getuikit - Get the latest buzz on Twitter
- Discord Chat - 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 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.
- Using npm: npm install uikit@dev
- Using yarn: yarn add uikit@dev
- Using cdn: 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. Thanks!
Versioning
UIkit is maintained by using the Semantic Versioning Specification (SemVer).
Browser Support
|  |  |  |  |  |  | 
|---|---|---|---|---|---|
| Latest ✔ | Latest ✔ | Latest ✔ | 11+ ✔ | 9.1+ ✔ | Latest ✔ | 
Copyright and License
Copyright YOOtheme GmbH under the MIT license.

