All Projects → Rademade → Rademade_admin

Rademade / Rademade_admin

Licence: mit
Best rails admin panel!

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Rademade admin

Shards Dashboard
🔥A beautiful Bootstrap 4 admin dashboard templates pack.
Stars: ✭ 1,143 (+2757.5%)
Mutual labels:  admin, admin-dashboard, admin-panel, admin-ui
Kongdash
An elegant desktop client for Kong Admin API
Stars: ✭ 449 (+1022.5%)
Mutual labels:  admin, admin-dashboard, admin-panel, admin-ui
Coreui Free Laravel Admin Template
CoreUI Free Laravel Bootstrap Admin Template
Stars: ✭ 353 (+782.5%)
Mutual labels:  admin, admin-dashboard, admin-panel, admin-ui
Cleopatra
Admin Dashboard Template Built On Tailwind CSS
Stars: ✭ 521 (+1202.5%)
Mutual labels:  admin, admin-dashboard, admin-panel, admin-ui
Staradmin Free Bootstrap Admin Template
A Free Responsive Admin Dashboard Template Built With Bootstrap 4. Elegant UI Theme for Your Web App!
Stars: ✭ 1,191 (+2877.5%)
Mutual labels:  admin, admin-dashboard, admin-panel, admin-ui
Shards Dashboard React
⚛️A free and beautiful React admin dashboard template pack.
Stars: ✭ 1,268 (+3070%)
Mutual labels:  admin, admin-dashboard, admin-panel, admin-ui
Gentelella
Welcome to Gentelella - Responsive Bootstrap Admin Application based on the Foundation of Symfony and Gentelella!
Stars: ✭ 100 (+150%)
Mutual labels:  admin, admin-dashboard, admin-panel, admin-ui
lightence-admin
Free and easy-to-use admin template based on React 17+
Stars: ✭ 337 (+742.5%)
Mutual labels:  admin, admin-dashboard, admin-panel
Coreui Free Vue Admin Template
Open source admin template based on Bootstrap 5 and Vue 3
Stars: ✭ 2,951 (+7277.5%)
Mutual labels:  admin, admin-dashboard, admin-panel
Vuetify Admin Dashboard
A Crud Admin panel made from Vue js and Vuetify
Stars: ✭ 481 (+1102.5%)
Mutual labels:  admin, admin-dashboard, admin-panel
Bootstrapadmin
Bootstrap 4 admin template.
Stars: ✭ 273 (+582.5%)
Mutual labels:  admin-dashboard, admin-panel, admin-ui
plain-free-bootstrap-admin-template
Free Bootstrap 5 Admin and Dashboard Template that comes with all essential dashboard components, elements, charts, graph and application pages. Download now for free and use with personal or commercial projects.
Stars: ✭ 141 (+252.5%)
Mutual labels:  admin, admin-dashboard, admin-ui
nextjs-admin-template
Free admin dashboard template based on Next.Js with @paljs/ui component package
Stars: ✭ 266 (+565%)
Mutual labels:  admin, admin-dashboard, admin-panel
Azia-Admin-React
Free React.js Admin template
Stars: ✭ 44 (+10%)
Mutual labels:  admin, admin-dashboard, admin-panel
Ok Admin
一个很赞的,扁平化风格的,响应式布局的通用后台模版解决方案,旨为后端程序员减压!目前ok-admin v2.0代码托管在Gitee,如果您觉得好用,star支持一下,么么哒!Gitee传送门:https://gitee.com/wudibo/ok-admin
Stars: ✭ 263 (+557.5%)
Mutual labels:  admin, admin-panel, admin-ui
Ngx Admin
Customizable admin dashboard template based on Angular 10+
Stars: ✭ 23,286 (+58115%)
Mutual labels:  admin, admin-dashboard, admin-ui
Purple-React
Free React.js version of popular admin template Purple Admin.
Stars: ✭ 55 (+37.5%)
Mutual labels:  admin, admin-dashboard, admin-ui
Sleek Dashboard
Sleek Dashboard - Free Bootstrap 4 Admin Template and UI Kit
Stars: ✭ 690 (+1625%)
Mutual labels:  admin, admin-dashboard, admin-panel
Deskapp
DeskApp Admin is a free to use Bootstrap 4 admin template.
Stars: ✭ 296 (+640%)
Mutual labels:  admin, admin-dashboard, admin-panel
Coreui Free React Admin Template
CoreUI React is a free React admin template based on Bootstrap 5
Stars: ✭ 3,573 (+8832.5%)
Mutual labels:  admin, admin-dashboard, admin-panel

rademade_admin

Gem Version Build Status Coverage Status Code Climate PullReview stats

Best rails admin panel!

Live demo

  1. http://admin.rademade.com/login
  2. Login: [email protected]
  3. Password: 123456

How to install

https://github.com/Rademade/rademade_admin/wiki/install

Supported options

options do
  model 'ModelName'

  # Fixed table head if need
  fixed_thead true
  
  # Navigation menu settings
  parent_menu 'ModelName'

  # Setting for list data (index action)
  # list :attr, :attr_other
  list do
    
  end
  
  # Settings for form
  # form :attr, :attr_other
  form do
    attr :boolean #Other :text, :file, :editor
  end
  
  labels do
    attr 'Label for attribute'
  end
  
end
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].