Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xerdi/meteor-common-helpers

Common Meteor Template helpers
https://github.com/xerdi/meteor-common-helpers

meteor

Last synced: about 1 month ago
JSON representation

Common Meteor Template helpers

Awesome Lists containing this project

README

        

# Meteor Common Helpers

Common Meteor Template helpers.

## Installation

Add the package to your project:

```shell
meteor add xerdi:common-helpers
```

## Usage

All `li` items end up with the class `active` in this example.
```handlebars


  • ...

  • ...

  • ...

  • ...

  • ...

  • ...

  • ...

  • ...

  • ...


```