Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xerdi/meteor-common-helpers
- Owner: Xerdi
- License: gpl-3.0
- Created: 2022-11-14T12:28:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T11:45:10.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T14:44:44.369Z (3 months ago)
- Topics: meteor
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
```