An ActiveAdmin skin based on Google's Material Design.
- Add
gem 'active_material'
toGemfile
and runbundle install
NOTE: no need to pin the import in your application. That's handled internally by the gem.
npm install --save active_material
oryarn add active_material
- Add
import "active_material"
to JS entrypoint (a JS file that is included for activeadmin) - Add
@use "active_material";
in your CSS style file- NOTE: the active_material SCSS files are included in the asset path automatically for importmap, but you will need to have SCSS build capabilities, using dartsass-rails or similar
For customization options, see customization.md
See CONTRIBUTING.md