All Projects â†’ vinhnglx â†’ Active_bootstrap_skin

vinhnglx / Active_bootstrap_skin

Licence: mit
Bootstrap skin for Active Admin 🚀 🚀 🚀

Projects that are alternatives of or similar to Active bootstrap skin

Svgeez
A Ruby gem for automatically generating an SVG sprite from a folder of SVG icons.
Stars: ✭ 69 (-48.12%)
Mutual labels:  rubygems
Bestgems.org
Gem ranking and downloads trends providing service.
Stars: ✭ 84 (-36.84%)
Mutual labels:  rubygems
Tor.rb
Tor.rb is a Ruby library for interacting with the Tor anonymity network.
Stars: ✭ 108 (-18.8%)
Mutual labels:  rubygems
Activeadmin quill editor
Quill Rich Text Editor for ActiveAdmin
Stars: ✭ 76 (-42.86%)
Mutual labels:  activeadmin
Enseada
A Cloud native multi-package registry
Stars: ✭ 80 (-39.85%)
Mutual labels:  rubygems
Dependency spy
Find known vulnerabilities in your dependencies
Stars: ✭ 87 (-34.59%)
Mutual labels:  rubygems
Whatthegem
Ruby gem information, stats and usage for your terminal
Stars: ✭ 63 (-52.63%)
Mutual labels:  rubygems
Sepa king
Ruby gem for creating SEPA XML files
Stars: ✭ 125 (-6.02%)
Mutual labels:  rubygems
Pluck all
A more efficient way to get data from database. Like #pluck method but return array of hashes instead.
Stars: ✭ 83 (-37.59%)
Mutual labels:  rubygems
Factory bot instruments
Instruments for benchmarking, tracing, and debugging Factory Girl models.
Stars: ✭ 108 (-18.8%)
Mutual labels:  rubygems
Tabler Rubygem
Rubygem for https://tabler.github.io
Stars: ✭ 77 (-42.11%)
Mutual labels:  rubygems
Karafka
Framework for Apache Kafka based Ruby and Rails applications development.
Stars: ✭ 1,223 (+819.55%)
Mutual labels:  rubygems
Activeadmin
The administration framework for Ruby on Rails applications.
Stars: ✭ 9,096 (+6739.1%)
Mutual labels:  activeadmin
Activeadmin dynamic fields
ActiveAdmin plugin to add dynamic behaviors to fields
Stars: ✭ 73 (-45.11%)
Mutual labels:  activeadmin
Bashcov
Code coverage tool for Bash
Stars: ✭ 113 (-15.04%)
Mutual labels:  rubygems
Ruby Statistics
Ruby gem for some statistical operations without any statistical language dependency
Stars: ✭ 67 (-49.62%)
Mutual labels:  rubygems
Rails or
Cleaner syntax for writing OR Query in Rails 5, 6. And also add #or support to Rails 3 and 4.
Stars: ✭ 86 (-35.34%)
Mutual labels:  rubygems
Guides
An effort to provide awesome documentation for the RubyGems ecosystem.
Stars: ✭ 128 (-3.76%)
Mutual labels:  rubygems
Openpgp.rb
[Retired] OpenPGP.rb is a pure-Ruby implementation of the OpenPGP Message Format (RFC 4880).
Stars: ✭ 115 (-13.53%)
Mutual labels:  rubygems
Gems
Ruby wrapper for the RubyGems.org API
Stars: ✭ 103 (-22.56%)
Mutual labels:  rubygems

ActiveBootstrapSkin

Codewake

Bootstrap skin for Active Admin.

Installation

  • Add the gem to your Gemfile:
# Note: The gem require the bootstrap-sass gem. So we need to add bootstrap-sass to Gemfile

gem 'bootstrap-sass'
gem 'active_bootstrap_skin'

Usage

  • Don't forget you have to config the bootstraps-sass first.

  • In the active_admin.scss file, you include active_bootstrap_skin. Note: You have to comment the active admin stylesheets.

// Active Admin's got SASS!
// @import "active_admin/mixins";
// @import "active_admin/base";

// Active Bootstrap
@import "active_bootstrap_skin";
  • In the active_admin.js file, you require active_bootstrap_skin.
//= require active_admin/base
//= require bootstrap-sprockets

//= require active_bootstrap_skin

Screens

Login

Admin

Admin Responsive

Admin viewport

Admin dropdown

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/vinhnglx/active_bootstrap_skin. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

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].