Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)