Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T11:03:48.000Z (7 months ago)
- Last Synced: 2024-05-29T12:52:51.114Z (7 months ago)
- Topics: ember, ember-addon, ember-uikit, uikit, uikit3
- Language: JavaScript
- Homepage: https://adfinis.github.io/ember-uikit/
- Size: 21.5 MB
- Stars: 25
- Watchers: 10
- Forks: 13
- Open Issues: 17
-
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
[![npm version](https://badge.fury.io/js/ember-uikit.svg)](https://www.npmjs.com/package/ember-uikit)
[![Test](https://github.com/adfinis/ember-uikit/actions/workflows/ci.yml/badge.svg)](https://github.com/adfinis/ember-uikit/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/adfinis/ember-uikit/branch/main/graph/badge.svg)](https://codecov.io/gh/adfinis/ember-uikit)
[![Ember Observer Score](https://emberobserver.com/badges/ember-uikit.svg)](https://emberobserver.com/addons/ember-uikit)
[![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](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)