#Semantic UI package for meteor
0.13.0
##What is this? This is just a wrapper to use Semantic UI 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.
https://github.com/jlukic/Semantic-UI
##Install Put following record into smart.json and run 'mrt update'
{
"packages": {
"semantic-ui": {"git": "https://github.com/rotac/meteor-semantic-ui"}
}
}