Sha256: a24d31c663ad5ce865e7aebb39d621f70fc1011f63b81ed2601eaa6194f6f303
Contents?: true
Size: 1.08 KB
Versions: 2
Compression:
Stored size: 1.08 KB
Contents
# CoreUI::Rails A is a simple gem to get for adding the [CoreUI-Free](http://coreui.io/index.html) admin template by [Ćukasz Holeczek's](https://github.com/mrholek) to a Rails project's asset pipeline. As of 1.0.0 this only includes the SCSS source of CoreUI-Free from this [repo](https://github.com/mrholek/CoreUI-SCSS). This is currently being used in a admin *engine* as part of a larger modular **Rails** application. Currently [Bootstrap 4.0.0](https://getbootstrap.com) is bundled in this release since Rails Webpack does not yet support Engines. ## Installation Add this line to your application's Gemfile: ```ruby gem 'coreui-rails' ``` And then execute: $ bundle install ## Usage To import all assets into your Rails project, add the following line to your application.scss: ```scss @import "coreui-free"; ``` ## Includes | Include | Version | | ----------- | ------------- | | Bootstrap | 4.0.0 | | CoreUI-SCSS | 1.0.0-alpha.6 | ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
coreui-rails-0.2.5 | README.md |
coreui-rails-0.2.4 | README.md |