ActiveAdmin skin based on Google's Material Design.
npm install active_materialAn ActiveAdmin skin based on Google's Material Design.

gem 'active_material' to Gemfile and run bundle installNOTE: no need to pin the import in your application. That's handled internally by the gem.
npm install --save active_material or yarn add active_materialimport "active_material" to JS entrypoint (a JS file that is included for activeadmin)@use "active_material"; in your CSS style fileSee CONTRIBUTING.md