sf-wind / meteor-template-elements

Provide common template elements for Meteor applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fsun:template-elements

Build Status

A Meteor package providing commonly used template elements to simplify Meteor application development. Users can compose javascript objects to control the display and callback actions of the elements.

The package works with bootstrap and fontawesome, but it does not include those packages. Users can include those packages together with this package in the app.

Installation

Use the following command to add the package to your app:

meteor add fsun:template-elements

Documentation

A demo of this package can be found at http://template-elements.meteor.com/

The package can be found at https://atmospherejs.com/fsun/template-elements

Template elements

Currently the following elements are supported:

  • List
  • Header
  • Footer
  • Pagination
  • Code

License

This package is provided under MIT license.

About

Provide common template elements for Meteor applications

License:MIT License


Languages

Language:CoffeeScript 71.5%Language:HTML 15.0%Language:CSS 7.8%Language:JavaScript 5.6%