# fasteragile-calendar-icon

> A small calendar icon.

Latest version **0.0.4** (published 2016-02-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install fasteragile-calendar-icon
pnpm add fasteragile-calendar-icon
yarn add fasteragile-calendar-icon
bun add fasteragile-calendar-icon
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2016-02-27 |
| First published | 2016-02-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.10.0 |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | FasterAgile |
| Maintainers | peteonrails |
| Keywords | ember-addon, calendar, mobile-icon, fasteragile, ember |

## Links

- npm: https://www.npmjs.com/package/fasteragile-calendar-icon
- Repository: https://github.com/fasteragile/fasteragile-calendar-icon
- Homepage: https://github.com/fasteragile/fasteragile-calendar-icon#readme
- Issues: https://github.com/fasteragile/fasteragile-calendar-icon/issues
- npm.io page: https://npm.io/package/fasteragile-calendar-icon

## Dependencies (2)

- [ember-cli-babel](https://npm.io/package/ember-cli-babel.md) ^5.1.5
- [ember-cli-htmlbars](https://npm.io/package/ember-cli-htmlbars.md) ^1.0.1

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 0.0.4 (latest) — 2016-02-27
- 0.0.3 — 2016-02-27
- 0.0.2 — 2016-02-27

## README

# fasteragile-calendar-icon

An Ember CLI addon that provides a component to display a calendar icon.
Currently not terribly configurable but it's nice looking.

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

Uses moment.js to format dates.

## Usage

```
// In your .hbs template
{{calendar-icon date=todaysDate}}
```
Produces output similar to this:

![calendar icon](https://raw.githubusercontent.com/fasteragile/fasteragile-calendar-icon/master/vendor/fasteragile-calendar-icon-sample.png)

## Installation

```
ember install fasteragile-calendar-icon
```

OR

```
npm install fasteragile-calendar-icon
```

## 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](http://www.fasteragile.com).

---
_Source: https://npm.io/package/fasteragile-calendar-icon · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
