Volt::Awesome

Awesome UI for @VoltFramework applications, based on Bootstrap 3.3.0 and Font Awesome.

Blocks of ui can be created with a few simple lines, such as <:awesome:panel:image title="My headline" image_url="src.png" />

example from an app done at a hackathon:

screenshot volt awesome ui

Installation

Add this line to your application's Gemfile:

gem 'volt-awesome'

And then execute:

$ bundle

Or install it yourself as:

$ gem install volt-awesome

Usage

View the app/awesome/views folder to view all possible UI blocks.

TODO

  • better neutral example
  • graphs (pie chart, line chart, bar chart)
  • social media icons
  • re-do login UI for volt apps

Contributing

  1. Fork it ( http://github.com/[my-github-username]/volt-awesome/fork )
  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