You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.0 KiB

  1. # Semantic {Component}
  2. 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.
  3. For the latest changes please see the [Release Notes](https://github.com/Semantic-Org/UI-{Component}/blob/master/RELEASE-NOTES.md)
  4. 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)
  5. #### To install with Bower
  6. ```
  7. bower install semantic-ui-{component}
  8. ```
  9. #### To install with NPM
  10. ```
  11. npm install semantic-ui-{component}
  12. ```
  13. #### To install with Meteor
  14. ```
  15. meteor add semantic:ui-{component}
  16. ```
  17. ## Addendum
  18. This element's definitions (required class names, html structures) are available in the [UI Docs](http://www.semantic-ui.com)
  19. Please consider checking out [all the benefits to theming](http://www.learnsemantic.com/guide/expert.html) before using these stand-alone releases.