Skip to content

lavaina/meteor-semantic-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

##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/


About

Semantic UI package for meteor

Resources

Stars

Watchers

Forks

Packages

No packages published