https://github.com/xerdi/meteor-common-helpers
Common Meteor Template helpers
https://github.com/xerdi/meteor-common-helpers
meteor
Last synced: 3 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T11:45:10.000Z (about 2 years ago)
- Last Synced: 2025-01-09T21:32:15.197Z (5 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
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
- ...
```