https://github.com/redding/romo
A UI Toolkit.
https://github.com/redding/romo
css javascript toolkit
Last synced: about 1 year ago
JSON representation
A UI Toolkit.
- Host: GitHub
- URL: https://github.com/redding/romo
- Owner: redding
- License: mit
- Created: 2013-11-20T05:42:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T15:57:16.000Z (about 8 years ago)
- Last Synced: 2024-03-14T22:51:16.593Z (over 2 years ago)
- Topics: css, javascript, toolkit
- Language: JavaScript
- Homepage: http://redding.github.io/romo/index.html
- Size: 1.15 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Romo
A UI Toolkit _loosely_ based on conventions from [Bootstrap v2.3.2](http://getbootstrap.com/2.3.2/index.html).
## Usage
http://redding.github.io/romo/index.html
## Installation
Add this line to your application's Gemfile:
gem 'romo'
And then execute:
$ bundle
Or install it yourself as:
$ gem install romo
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request