Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexeipanov/ember-essential-modifiers


https://github.com/alexeipanov/ember-essential-modifiers

addon ember emberjs

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# ember-essential-modifiers

An essential Ember.js modifiers collection

[![Node.js Package](https://github.com/alexeipanov/ember-essential-modifiers/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/alexeipanov/ember-essential-modifiers/actions/workflows/npm-publish.yml)

## Compatibility

* Ember.js v4.8 or above
* Ember CLI v4.8 or above
* Node.js v18 or above

## Installation

```
ember install ember-essential-modifiers
```

## Usage

- toggle-class:

Toggles className depends on isOn value

```


Menu

```

Result:

```

Menu

```

- show-popover

Displays a popover

```


Warning!

```
params:
- duration, ms: Number of milliseconds before a popover will be closed

if not set or zero: popover will not be closed.

## Contributing

See the [Contributing](CONTRIBUTING.md) guide for details.

## License

This project is licensed under the [MIT License](LICENSE.md).