All Projects → react-admin-lte → React Admin Lte

react-admin-lte / React Admin Lte

Licence: mit
Admin LTE components built with React

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to React Admin Lte

Nly Adminlte Vue
vuejs2 AdminLte3 template more than 50 components and 10 directives.such as collapse ,sidebar,container,infobox,breadcrumb,card,grid,dropdown,toast,navbar,timeline,icon,progress
Stars: ✭ 44 (-56.44%)
Mutual labels:  adminlte
Vue Admin Beautiful
🚀🚀🚀vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus主线版本基于element-plus、element-ui、ant-design-vue三者并行开发维护,同时支持电脑,手机,平板,切换分支查看不同的vue版本,element-plus版本已发布(vue3,vue3.0,vue,vue3.x,vue.js)
Stars: ✭ 10,968 (+10759.41%)
Mutual labels:  adminlte
Sahx Admin
SAHX-Admin 是套功能较为完整的后台管理系统架构, 以Thinkjs 作为中间层, Vuejs作为前端模块化开发, AdminLET作为前端UI, 实现了前后端分离, 前端组件化, 便于多人协同开发.
Stars: ✭ 80 (-20.79%)
Mutual labels:  adminlte
Danyuan Application
初学者 spirng-boot版本
Stars: ✭ 47 (-53.47%)
Mutual labels:  adminlte
Laravelinventry
Stock management application using Laravel 5.4
Stars: ✭ 60 (-40.59%)
Mutual labels:  adminlte
Adminlte Keycloak Theme
A Keycloak theme based on the AdminLTE UI library
Stars: ✭ 68 (-32.67%)
Mutual labels:  adminlte
Web Framework For Java
A seed project with spring boot for AngularJS, AngularJs Material, Thymeleaf, RESTful API, MySQL and admin panel based on AdminLTE.
Stars: ✭ 29 (-71.29%)
Mutual labels:  adminlte
Flask Dashboard Adminlte
AdminLTE Flask - Open-source Seed Project | AppSeed
Stars: ✭ 95 (-5.94%)
Mutual labels:  adminlte
Yii2 Adminlte Asset
AdminLTE Asset Bundle for Backend Theme in Yii2 Framework
Stars: ✭ 1,124 (+1012.87%)
Mutual labels:  adminlte
Kimai2
Kimai v2 is a web-based multiuser time-tracking application. Free for everyone: freelancers, agencies, companies, organizations - all can track their times, generate invoices and more. SaaS version available at https://www.kimai.cloud
Stars: ✭ 1,216 (+1103.96%)
Mutual labels:  adminlte
Laravel Adminlte Components
Laravel Blade Components For AdminLTE Bootstrap Admin Template
Stars: ✭ 50 (-50.5%)
Mutual labels:  adminlte
Adminlte Rails Template
Rails template application of an admin panel with the AdminLTE theme integrated.
Stars: ✭ 53 (-47.52%)
Mutual labels:  adminlte
Humpback Web
Docker management website
Stars: ✭ 72 (-28.71%)
Mutual labels:  adminlte
Vue2 Admin Lte
📊 adminLTE to vuejs v2.x converting project
Stars: ✭ 1,023 (+912.87%)
Mutual labels:  adminlte
Bootstrap Simple Admin Template
The most reliable HTML, CSS, and JavaScript simple admin template for developing responsive, mobile first web applications on the web.
Stars: ✭ 92 (-8.91%)
Mutual labels:  adminlte
Laravel5.5 Angular5
Laravel 5.5 + Angular 5 + AdminLTE single page application
Stars: ✭ 40 (-60.4%)
Mutual labels:  adminlte
Laravel Adminlte
Almsaeed's AdminLTE Template for Sleeping Owl Admin Generator plugin for Laravel 5
Stars: ✭ 66 (-34.65%)
Mutual labels:  adminlte
Laravel Ui Adminlte
Laravel UI Frontend Preset for AdminLTE with Laravel Fortify support.
Stars: ✭ 98 (-2.97%)
Mutual labels:  adminlte
Fastadmin
基于 ThinkPHP5 和 Bootstrap 的极速后台开发框架,一键生成 CRUD,自动生成控制器、模型、视图、JS、语言包、菜单、回收站。
Stars: ✭ 1,329 (+1215.84%)
Mutual labels:  adminlte
Newbee Mall
newbee-mall商城的mybatis plus版本 实现了优惠卷领取, 支付宝沙箱支付,后台添加了搜索功能
Stars: ✭ 77 (-23.76%)
Mutual labels:  adminlte

reactjs-admin-lte Travis Codecov

Reactjs-Admin-LTE is a package that consists of AdminLTE components built with React.

Tip: We tried to stick to naming the components in this package after their CSS names on the AdminLTE page. If you want to know what something looks like or how it is put together, simply inspect that page (F12 or right click > inspect). You can Ctrl+F in the source view to look for component names, but remember to replace spaces with dashes.

For a more in-depth look at the individual components, see the docs.

Features

  • Easy to install via npm
  • Easy to use especially if you use ES6
  • Easy to read your code

Installation

You can use node package manager (npm) to install the package:

$ cd path/to/project
$ npm install reactjs-admin-lte

Usage

Note: This example is using ES6 syntax.

Import the components you need:

import { Box } from 'reactjs-admin-lte';

And use them:

<Box>
  <Box.Header>
    <Box.Title>Hello, world!</Box.Title>
  </Box.Header>
  <Box.Body>
    Thanks for choosing reactjs-admin-lte.
  </Box.Body>
</Box>

Contributing

If you run into any problems or errors, report them here.

If you want to add something to the project, create a pull request here.

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