后台管理系统的UI组件

后台管理系统不需要绚丽的交互,主要任务在于业务逻辑和数据处理上,所以目前来说jQuery+Bootstrap足以架起一个后台管理系统,但多少还有些不足,这里整理后台管理系统经常用到的一些library。

(1)JavaScript library(No Dependencies)
CKEditor http://ckeditor.com/
Ace https://ace.c9.io/
ECharts https://github.com/ecomfe/echarts
Dropzone https://github.com/enyo/dropzone
Sortable https://github.com/RubaXa/Sortable
Fine Uploader https://github.com/FineUploader/fine-uploader
Sequence https://github.com/IanLunn/Sequence
Move.js https://github.com/visionmedia/move.js
Intro.js https://github.com/usablica/intro.js
Timesheet.js https://github.com/sbstjn/timesheet.js
PleaseWait.js https://github.com/Pathgather/please-wait
SpinKit https://github.com/tobiasahlin/SpinKit
SweetAlert https://github.com/t4t5/sweetalert/

(2)jQuery Plugins
jquery.fileupload https://github.com/blueimp/jQuery-File-Upload
jquery.chosen https://github.com/harvesthq/chosen
jquery.select2 https://github.com/select2/select2
jquery.selectize https://github.com/selectize/selectize.js
jquery.icheck https://github.com/fronteed/icheck
jquery.maskedinput https://github.com/digitalBush/jquery.maskedinput
jquery.imagepicker https://github.com/rvera/image-picker
jquery.mailcheck https://github.com/mailcheck/mailcheck
jquery.fullcalendar https://github.com/fullcalendar/fullcalendar
jquery.backstretch https://github.com/srobbin/jquery-backstretch
jquery.gridster https://github.com/ducksboard/gridster.js
jquery.lightbox https://github.com/dimsemenov/Magnific-Popup
jquery.imagecropper https://github.com/fengyuanchen/cropper
jquery.smartcrop https://github.com/jwagner/smartcrop.js
jquery.noty https://github.com/needim/noty
jquery.dragsort http://dragsort.codeplex.com/
jquery.treeview https://github.com/jzaefferer/jquery-treeview
jquery.masonry https://github.com/desandro/masonry
jquery.wookmark https://github.com/germanysbestkeptsecret/Wookmark-jQuery
jquery.contextMenu https://github.com/swisnl/jQuery-contextMenu
jquery.skitterSlideshow https://github.com/thiagosf/SkitterSlideshow
jquery.lazyload https://github.com/tuupola/jquery_lazyload
jquery.slick https://github.com/kenwheeler/slick
jquery.scrollify https://github.com/lukehaas/Scrollify
jquery.fullPage https://github.com/alvarotrigo/fullPage.js

(3)Bootstrap Plugins
bootstrap-fileinput https://github.com/grevory/bootstrap-file-input
bootstrap-datepicker https://github.com/eternicode/bootstrap-datepicker
bootstrap-daterangepicker https://github.com/dangrossman/bootstrap-daterangepicker
bootstrap-datetimepicker https://github.com/Eonasdan/bootstrap-datetimepicker
bootstrap-tagsinput https://github.com/bootstrap-tagsinput/bootstrap-tagsinput
bootstrap-colorpicker https://github.com/mjolnic/bootstrap-colorpicker
bootstrap-xeditable https://github.com/vitalets/x-editable
bootstrap-modal https://github.com/jschr/bootstrap-modal
bootstrap-switch https://github.com/nostalgiaz/bootstrap-switch
bootstrap-notify https://github.com/mouse0270/bootstrap-notify
bootstrap-bootbox https://github.com/makeusabrew/bootbox
bootstrap-lightbox https://github.com/ashleydw/lightbox
bootstrap-ladda https://github.com/msurguy/ladda-bootstrap

http://startbootstrap.com/bootstrap-resources/

(4)CSS library
Animate.css https://github.com/daneden/animate.css
Effeckt.css https://github.com/h5bp/Effeckt.css
Hint.css https://github.com/chinchang/hint.css
Buttons https://github.com/alexwolfe/Buttons

你可能感兴趣的:(后台管理系统的UI组件)