semantic-ui tab and javascript-open source projects Semantic-Org/Semantic-UI

using semantic-ui tab control, I did found some answers in Using the tab control in semantic-ui

I downloaded the package from semantic-ui, opened up feed.html and modified the following:


        
        
            Home
        
            Messages
        
            Friends

    
    

and it was not working

using what I found in Using the tab control in semantic-ui, I changed to:


        
            Home
        
            Messages
        
            Friends

    

http://jsfiddle.net/d93af/19/

can someone point me on how to properly use semantic-ui?

also, is there a page like bootstrap: http://getbootstrap.com/javascript where it not only explains, but also show you some sample code?

I can’t find such information in semantic-ui site.

thanks for the help!