0.0.1 • Published 8 years ago

ember-text-spinners v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

Ember-text-spinners

Documentation Site

This addon packages the text spinners from https://github.com/tawian/text-spinners as an Ember addon for easy consumption in Ember applications.

Installation

ember install ember-text-spinners

Usage

Default spinner:

{{text-spinner}}

Specific a specific spinner:

{{text-spinner type='dots'}}

The label property is used set the aria-label attribute.

{{text-spinner label='Loading items'}}

The list of available spinners can be seen on the documentation site.

Demo Site

The demo site can be run locally with: