github.com/fanux/shipyard@v0.0.0-20161009071005-6515ce223235/controller/static/semantic/tasks/config/admin/templates/README.md (about)

     1  # Semantic {Component}
     2  
     3  This repository contains pre-compiled {component} files using the default themes. This is intended for use in projects that do not need all the bells and whistles of Semantic UI, and want to keep file size to a minimum.
     4  
     5  For the latest changes please see the [Release Notes](https://github.com/Semantic-Org/UI-{Component}/blob/master/RELEASE-NOTES.md)
     6  
     7  If you're looking for the full version of Semantic including all components and build tools [check out the main project repository](https://github.com/Semantic-Org/Semantic-UI/tree/1.0)
     8  
     9  #### To install with Bower
    10  ```
    11  bower install semantic-ui-{component}
    12  ```
    13  
    14  #### To install with NPM
    15  ```
    16  npm install semantic-ui-{component}
    17  ```
    18  
    19  #### To install with Meteor
    20  ```
    21  meteor add semantic:ui-{component}
    22  ```
    23  
    24  
    25  ## Addendum
    26  
    27  This element's definitions (required class names, html structures) are available in the [UI Docs](http://www.semantic-ui.com)
    28  
    29  Please consider checking out [all the benefits to theming](http://www.learnsemantic.com/guide/expert.html) before using these stand-alone releases.