All Projects → formaweb → Formadmin

formaweb / Formadmin

Licence: mit
Modern and responsive theme for Active Admin used by Formaweb.

Projects that are alternatives of or similar to Formadmin

Arctic admin
Responsive Theme for ActiveAdmin
Stars: ✭ 201 (+154.43%)
Mutual labels:  activeadmin, rails
Activeadmin addons
Extends ActiveAdmin to enable a set of great optional UX improving add-ons
Stars: ✭ 574 (+626.58%)
Mutual labels:  activeadmin, rails
Activeadmin Themes
Awesome themes for ActiveAdmin.
Stars: ✭ 141 (+78.48%)
Mutual labels:  activeadmin, rails
Activeadmin
The administration framework for Ruby on Rails applications.
Stars: ✭ 9,096 (+11413.92%)
Mutual labels:  activeadmin, rails
Activeadmin dynamic fields
ActiveAdmin plugin to add dynamic behaviors to fields
Stars: ✭ 73 (-7.59%)
Mutual labels:  activeadmin, rails
Arbre
An Object Oriented DOM Tree in Ruby
Stars: ✭ 610 (+672.15%)
Mutual labels:  activeadmin, rails
Demo.activeadmin.info
A store application to use in tutorials for Active Admin
Stars: ✭ 253 (+220.25%)
Mutual labels:  activeadmin, rails
Activeadmin settings cached
UI interface for rails-settings-cached in active admin
Stars: ✭ 51 (-35.44%)
Mutual labels:  activeadmin, rails
Activeadmin froala editor
Froala WYSIWYG editor for ActiveAdmin
Stars: ✭ 30 (-62.03%)
Mutual labels:  activeadmin, rails
Activeadmin trumbowyg
Trumbowyg Editor for ActiveAdmin
Stars: ✭ 29 (-63.29%)
Mutual labels:  activeadmin, rails
Activeadmin blaze theme
ActiveAdmin theme based on Blaze CSS toolkit
Stars: ✭ 35 (-55.7%)
Mutual labels:  activeadmin, rails
Activeadmin quill editor
Quill Rich Text Editor for ActiveAdmin
Stars: ✭ 76 (-3.8%)
Mutual labels:  activeadmin, rails
Redmine jenkins
A Redmine plugin which makes building your Jenkins projects easy ;)
Stars: ✭ 69 (-12.66%)
Mutual labels:  rails
Hotwire Chat
Hotwire Chat is a demo Ruby on Rails web application built with Hotwire.
Stars: ✭ 73 (-7.59%)
Mutual labels:  rails
Spreadsheet architect
Spreadsheet Architect is a library that allows you to create XLSX, ODS, or CSV spreadsheets super easily from ActiveRecord relations, plain Ruby objects, or tabular data.
Stars: ✭ 1,160 (+1368.35%)
Mutual labels:  rails
Anycable rails demo
AnyCable Rails demo application and its different variations
Stars: ✭ 68 (-13.92%)
Mutual labels:  rails
Rails emoji
Emoji for Ruby on Rails
Stars: ✭ 76 (-3.8%)
Mutual labels:  rails
Test Prof
Ruby Tests Profiling Toolbox
Stars: ✭ 1,193 (+1410.13%)
Mutual labels:  rails
Elemental components
Simple view components for Rails 5.1+
Stars: ✭ 68 (-13.92%)
Mutual labels:  rails
Active attr
What ActiveModel left out
Stars: ✭ 1,155 (+1362.03%)
Mutual labels:  rails

Formadmin

Modern and responsive theme for Active Admin used by Formaweb.

Formadmin

Installation

Please make sure that you are using Active Admin:

gem 'activeadmin'

Add this gem in your Gemfile:

gem 'formadmin'

So, bundle...

$ bundle install

Usage

All you have to do is change your assets/stylesheets/active_admin.scss:

Remove the loading defaults...

@import 'active_admin/mixins';
@import 'active_admin/base';

Replace with Formadmin:

@import 'formadmin/formadmin';

Overriding colors

You can override the default colors (as defined in app/assets/stylesheets/formadmin/core/_settings.scss) by setting the color variable in your assets/stylesheets/active_admin.scss before formadmin is loaded.

For example, to change the primary color, use:

$primary-color: #c0ffee;
@import 'formadmin/formadmin';

Video

Formadmin

Donating

  • Bitcoin (BTC): 1QDoa2Cr8Lbt15mSDQwQc1vRxH9HHT8AC
  • Ethereum (ETH): 0x9d55a96d00B70FF9c23B05D610261E61e398f5BF
  • Litecoin (LTC): LVu6cTKF1VDVVFBxQPKpRUmbcshEeeWy8H

Contributing

  1. Fork it ( https://github.com/formaweb/formadmin/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am "Add some feature")
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Testing

All you need to do is set the local path on your project Gemfile, like this:

gem 'formadmin', path: '/path/to/formadmin'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].