Maglev::Hyperui
Gem to be used in addition to the maglev
gem in order to have some sections to play with.
The sections are based on the awesome job from Mark Mead with the hyperui
components.
Check it out here.
Development
This gem works by extracting all the Maglev files of the https://github.com/maglevhq/maglev-hyperui
Ruby on Rails application powered by Maglev.
In other words, the development of the sections is mainly done on the https://github.com/maglevhq/maglev-hyperui
project.
Once the modifications or the creation of new sections have been made, the maglev-hyperui-kit
gem has to been updated as well with the following command:
bundle exec rake copy_sections
Release a new version
Bump the version of gem here: maglev/hyperui/version
and release the gem:
bundle exec rake release
Usage
Add this line to your application's Gemfile:
gem 'maglev-hyperui-kit'
And then execute:
$ bundle
License
The gem is available as open source under the terms of the MIT License.