Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/HackAfro/angular-epic-spinners

Reusable angular components for epic-spinners
https://github.com/HackAfro/angular-epic-spinners

angualr4 angular spinner-components typescript

Last synced: 3 days ago
JSON representation

Reusable angular components for epic-spinners

Awesome Lists containing this project

README

        

# Angular Epic Spinners
[![npm](https://img.shields.io/npm/dm/angular-epic-spinners.svg)]() [![npm](https://img.shields.io/npm/l/angular-epic-spinners.svg)]() [![npm](https://img.shields.io/npm/v/angular-epic-spinners.svg)]()

Reusable angular components for epic spinners

## Demo
Visit the [demo](http://hackafro.github.io/angular-epic-spinners/) page to see spinners in action

## Installation

`npm install --save angular-epic-spinners`

OR

`yarn install angular-epic-spinners`

## Usage
Example

Import each spinners' module into your module file and use the spinner component anywhere.

```typescript
import {AtomSpinnerModule} from 'angular-epic-spinners'

@NgModule({
imports: [AtomSpinnerModule]
})
```

Then in your html file

```html

```

## Components list
You can easily configure spinners' size, color and animation speed

```html

```
## Support?
- Star the repo :star:
- Create pull requests
- Follow me on twitter [@iamAfro](https://twitter.com/iamafro)

## License
[MIT](https://github.com/HackAfro/angular-epic-spinners/blob/v1.0.3/LICENSE) license.