README.md in activeadmin_materialize_theme-0.1.2 vs README.md in activeadmin_materialize_theme-0.1.4
- old
+ new
@@ -1,19 +1,26 @@
-# Active Admin Materialize Theme
+# Active Admin Materialize Theme [![Gem Version](https://badge.fury.io/rb/activeadmin_materialize_theme.svg)](https://badge.fury.io/rb/activeadmin_materialize_theme)
A theme for Active Admin based on Materialize framework.
> NOTICE: this is still a beta version
## Installation
- Add to the Gemfile: `gem 'activeadmin_materialize_theme'` (and execute `bundle`)
- In _app/assets/stylesheets/active_admin.scss_) leave only this import line:
```scss
@import 'activeadmin_materialize_theme/theme';
```
+- (optionally) Enable Roboto font:
+```scss
+@import 'activeadmin_materialize_theme/roboto';
+```
- Add at the end of your Active Admin javascripts (_app/assets/javascripts/active_admin.js_):
```js
//= require activeadmin_materialize_theme
```
+
+## Screenshot
+![form](extra/screenshot.png)
## 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.
Take a look at [other Active Admin components](https://github.com/blocknotes?utf8=✓&tab=repositories&q=activeadmin&type=source) that I made if you are curious.