Hover-rails
Hover for Rails applications
Hover-rails, as the name suggests, is a gem for the CSS library : Hover
Installation
Add this line to your Gemfile
gem 'hover-rails'
and run bundle install
Usage
Import the library in your application.css
by adding this line
*= require hover
You're now ready to use Hover!
Scss/Sass
If you're using a preprocessor like Scss
, paste this line in your application.scss
@import 'hover';
Or if you prefer Sass
, then paste this in your application.sass
@import hover
Font-awesome
Adding font-awesome-rails gem will work fine with hover-rails
.
You can normally use fa
css class like described in Hover tutorial.
Licenses
Hover.css is made available under a free personal/open source or paid commercial licenses depending on your requirements. To compare licenses please visit the Ian Lunn Design Limited Store and purchase a commercial license here.
Personal/Open Source
For personal/open source use, Hover.css is made available under a MIT license
- Use in unlimited personal applications
- Your application can't be sold
- Your modifications remain open-source
- Free updates
Commercial
For commercial use, Hover.css is made available under Commercial, Extended Commercial, and OEM Commercial licenses.
Commercial License
- Use in 1 application
- Sell your application once only (e.g. a website sold to a client)
- Your code is kept proprietary, to yourself
- Free updates to the major version
Extended Commercial License
- Use in unlimited applications
- Sell your applications an unlimited number of times (e.g. a website template sold on a theme store)*
- Your code is kept proprietary, to yourself
- Free updates to the major version
*With the exception of applications that allow end users to produce separate applications. See the OEM Commercial License.
OEM Commercial License
Should your application enable end users to produce separate applications that incorporate Ian Lunn Design Limited's software, for example, a development toolkit, library, or application builder, you must obtain an OEM Commercial License. Please contact us for more information about the OEM Commercial License.
MIT License (Pre v2.2.0 / 24th March 2017)
Hover.css was previously made available under a MIT License for both commercial and non-commercial use. Anyone that obtained a MIT license for commercial use before v2.2.0 (24th March 2017) may continue to use Hover.css versions prior to v2.2.0 under that same license.
If you'd like to upgrade to v2.2.0 or above, or would like to simply show your support for Hover.css (we'd much appreciate it!), please purchase an up-to-date commercial license. Purchase a Commercial License.
Versioning
2.3.2 This gem has the same version as Hover.