Skip to content

fasteragile/fasteragile-overlap

Repository files navigation

fasteragile-overlap

An Ember CLI addon that provides a component to display a full/half/empty overlap icon. Uses font-awesome, and is configurable.

The icon was designed for a mobile application using ember-cli-ratchet, but it should also work with webapps.

Usage

// In your .hbs template
{{fa-overlap match="full|partial|none" full='fa-circle', partial='fa-adjust' none='fa-times' size='3'}}

The match attribute is required to trigger an icon.

The attributes size, full, partial, and none can be specified to override the default icons and sizes. They are listed above with their defaults.

Produces output similar to this:

icon

Installation

ember install fasteragile-overlap

OR

npm install fasteragile-overlap

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Built with <3 by FasterAgile.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published