Sha256: c9482c95d99c0e314691b2e66223daf9f446550bcca209dd5d1b61df93c7298c
Contents?: true
Size: 1.26 KB
Versions: 1
Compression:
Stored size: 1.26 KB
Contents
# Active Admin Materialize Theme [](https://badge.fury.io/rb/activeadmin_materialize_theme) A theme for Active Admin based on Materialize framework. > NOTICE: this is still a beta version ## Installation - Add to the Gemfile: `gem 'activeadmin_materialize_theme'` (and execute `bundle`) - In _app/assets/stylesheets/active_admin.scss_) leave only this import line: ```scss @import 'activeadmin_materialize_theme/theme'; ``` - (optionally) Enable Roboto font: ```scss @import 'activeadmin_materialize_theme/roboto'; ``` - Add at the end of your Active Admin javascripts (_app/assets/javascripts/active_admin.js_): ```js //= require activeadmin_materialize_theme ``` ## Screenshot  ## Do you like it? Star it! If you use this component just star it. A developer is more motivated to improve a project when there is some interest. Take a look at [other Active Admin components](https://github.com/blocknotes?utf8=✓&tab=repositories&q=activeadmin&type=source) that I made if you are curious. ## Contributors [Mattia Roccoberton](http://blocknot.es): author ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activeadmin_materialize_theme-0.1.4 | README.md |