https://github.com/adfinis/ember-uikit
The ember implementation of UIkit
https://github.com/adfinis/ember-uikit
ember ember-addon ember-uikit uikit uikit3
Last synced: about 1 year ago
JSON representation
The ember implementation of UIkit
- Host: GitHub
- URL: https://github.com/adfinis/ember-uikit
- Owner: adfinis
- License: mit
- Created: 2017-11-20T12:52:25.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T11:57:56.000Z (about 1 year ago)
- Last Synced: 2025-03-30T08:33:21.579Z (about 1 year ago)
- Topics: ember, ember-addon, ember-uikit, uikit, uikit3
- Language: JavaScript
- Homepage: https://docs.adfinis.com/ember-uikit/
- Size: 6.61 MB
- Stars: 25
- Watchers: 8
- Forks: 13
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ember-uikit
[](https://www.npmjs.com/package/ember-uikit)
[](https://github.com/adfinis/ember-uikit/actions/workflows/ci.yml)
[](https://codecov.io/gh/adfinis/ember-uikit)
[](https://emberobserver.com/addons/ember-uikit)
[](https://semantic-release.gitbook.io/)
This addon is a wrapper for the CSS library [UIkit](https://getuikit.com/)
which exposes certain components to give users an easy way for using UIkit in
ember apps.
`ember-uikit` is heavily inspired by [Vuikit](https://github.com/vuikit/vuikit) which does a tremendous job in bringing UIkit to Vue apps.
## Installation
Install the ember-cli addon in your ember-cli project:
```shell
$ ember install ember-uikit
```
This will also install `ember-cli-sass` and add the needed SASS include to `app/styles/app.scss`.
# Usage
To learn about using `ember-uikit` check the interactive documentation at
[adfinis.github.io/ember-uikit/](https://adfinis.github.io/ember-uikit/). Feel free
to open an issue if you encounter problems or something is not clear enough.
# License
This addon is licensed under the [MIT license](http://www.opensource.org/licenses/mit-license.php)