blocknotes / activeadmin_materialize_theme

A theme for Active Admin based on Materialize framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A theme for Active Admin based on Materialize framework

License:MIT License


Languages

Language:JavaScript 61.6%Language:SCSS 27.6%Language:Ruby 9.6%Language:HTML 1.1%Language:CSS 0.1%