Active Admin Materialize Theme
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 executebundle
) - 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
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
- Mattia Roccoberton: author
License
The gem is available as open source under the terms of the MIT License.