Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.03 KB

##Semantic UI package for meteor

Since 0.13.0: Deploy/Bundle copy-to-public-fix is not needed anymore! :)

###What is this? This is just a wrapper to use Semantic UI v0.16.1 with meteor.

###What is Semantic UI? Semantic is a set of specifications for sharing UI elements between developers. Semantic is also a UI library to make front end development simpler and easier to learn.

http://semantic-ui.com
https://github.com/Semantic-Org/Semantic-UI

####You'll need Meteorite

###Install mrt add semantic-ui

####issues: Javascript elements like dropdowns are not active by default. At the moment you will have to activate them 'manually' in the template.rendered function like:

Template.hello.rendered = function(){
	$('.ui.dropdown').dropdown();
}

Version 0.13.0 Icon test http://semantic-ui-0.13.0-icontest-less.meteor.com/