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
Install SASS mixins:
$ bin/rails generate express_ui:install_mixins
Testing
Start the dummy Rails app:
cd test/dummy
bin/rails s
Visit http://localhost:3000/express_ui
.
Contributing
Read the contributing guide.
Releasing
Read the releasing guide.
License
The gem is available as open source under the terms of the MIT License.