Express UI
User interface library for AppExpress components.
Installation
Add this line to your application's Gemfile:
gem 'express_ui'
And then execute:
$ bundle
Or install it yourself as:
$ gem install express_ui
Usage
Add this line to config/routes.rb:
mount ExpressUi::Engine => "/express_ui"
Testing
Start the dummy Rails app:
cd test/dummy
bin/rails s
Visit http://localhost:3000/express_ui.
Contributing
Contribution directions go here.
License
The gem is available as open source under the terms of the MIT License.