Skip to content

A theme for Active Admin based on Materialize framework

License

Notifications You must be signed in to change notification settings

blocknotes/activeadmin_materialize_theme

Repository files navigation

Active Admin Materialize Theme

gem version gem downloads linters specs

A theme for Active Admin based on Materialize framework.

Please ⭐ if you like it.

Installation

Turbolinks is not supported at the moment.

  • Add to the Gemfile: gem 'activeadmin_materialize_theme' (and execute bundle)
  • In app/assets/stylesheets/active_admin.scss) leave only this import line:
@import 'activeadmin_materialize_theme/theme';
  • (optionally) Enable Roboto font:
@import 'activeadmin_materialize_theme/roboto';
  • Add at the end of your Active Admin javascripts (app/assets/javascripts/active_admin.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. My other Active Admin components.

Or consider offering me a coffee, it's a small thing but it is greatly appreciated: about me.

Contributors

License

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