No release in over 3 years
Low commit activity in last 3 years
A theme for Active Admin based on Materialize framework.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

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.