Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ddresch/meteor-semantic-ui-boiler…
Browse files Browse the repository at this point in the history
…plate
  • Loading branch information
Dirk Dresch committed Mar 4, 2015
2 parents 240ecd2 + c9f7207 commit 31492a4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ This is a pretty simple setup to get started with semantic-ui as a GUI framework

## Install

meteor add ddh:semantic-ui-mobile-boilerplate
meteor add ddh:semantic-ui-mobile-boilerplate

## How to use

If you want to setup your sidebar the packages introduces two new parameters `label` and `icon` you can use within your iron:router options object.

Router.route('/', {
template: 'startpage',
label: 'Home',
icon: 'home'
});
Router.route('/', {
template: 'startpage',
label: 'Home',
icon: 'home'
});

Router.route('search', {
label: 'Search',
icon: 'search'
});
Router.route('search', {
label: 'Search',
icon: 'search'
});

0 comments on commit 31492a4

Please sign in to comment.