Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexeipanov/ember-essential-modifiers
https://github.com/alexeipanov/ember-essential-modifiers
addon ember emberjs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexeipanov/ember-essential-modifiers
- Owner: alexeipanov
- License: mit
- Created: 2023-02-05T18:12:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T06:28:29.000Z (3 months ago)
- Last Synced: 2024-10-06T02:13:20.485Z (3 months ago)
- Topics: addon, ember, emberjs
- Language: JavaScript
- Homepage:
- Size: 439 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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).