Skip to content

nooitaf/meteor-semantic-ui-less

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

[DEPRECATED]

Please use the official semantic:ui-css package -- > Semantic UI on Atmosphere



##Semantic UI package for meteor using less

###What is this? This is a wrapper for Semantic UI v0.19.3 for Meteor using less.

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

###Install meteor add nooitaf:semantic-ui-less

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

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

About

[DEPRECATED] Semantic UI package for Meteor using less

Resources

Stars

Watchers

Forks

Packages

No packages published