Skip to content

lgollut/meteor-semantic-ui-less

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

##Semantic UI package for meteor using less

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.13.0 with 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://www.semantic-ui.com/

https://github.com/jlukic/Semantic-UI

####You'll need Meteorite

###Install mrt add semantic-ui-less

####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();
}

Deploy or Bundle ( This only applies if version lower then 0.13.0 )

To get assets working you will have to copy the 2 folders
/lib/semantic-ui/build/uncompressed/fonts/ and
/lib/semantic-ui/build/uncompressed/images/
into your /public/ folder.

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


About

Semantic UI package for meteor using less

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 53.7%
  • CSS 46.3%