Active Admin Materialize Theme

Gem Version CircleCI

A theme for Active Admin based on Materialize framework.

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

Screenshots

Index page (with scopes and filters): index_page

Edit page (with a nested form): edit_page

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 if you are curious.

Contributors

License

The gem is available as open source under the terms of the MIT License.