Sha256: 07b0bc1f6a8bff2071d6ffbba091971057af74a679abba21f95662bde43e8fc1
Contents?: true
Size: 708 Bytes
Versions: 3
Compression:
Stored size: 708 Bytes
Contents
# Semantic UI UI is the vocabulary of the web. Semantic empowers designers and developers by creating a language for sharing UI. Homepage: http://semantic-ui.com/ ## Installation Inside your Gemfile add the following lines: ```ruby gem 'therubyracer', platforms: :ruby # or any other runtime gem 'less-rails' gem 'semantic-ui-rails' ``` Then run `bundle install` to install gems. Run generator to include assets to your project ```bash rails g semantic:install ``` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
semantic-ui-rails-0.1.0.2 | README.md |
semantic-ui-rails-0.1.0.1 | README.md |
semantic-ui-rails-0.1.0 | README.md |