Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huang-x-h/bean.js
A JQuery UI framework
https://github.com/huang-x-h/bean.js
frontend-framework jquery
Last synced: 29 days ago
JSON representation
A JQuery UI framework
- Host: GitHub
- URL: https://github.com/huang-x-h/bean.js
- Owner: huang-x-h
- License: mit
- Created: 2015-06-26T07:24:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T01:23:51.000Z (about 7 years ago)
- Last Synced: 2023-07-31T13:55:50.193Z (over 1 year ago)
- Topics: frontend-framework, jquery
- Language: JavaScript
- Size: 2.29 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bean.js
A Frontend framework base on jQuery## How to build
1. Download project using git clone or fork to your own.$ git clone [email protected]:huang-x-h/Bean.js.git
2. Install npm packages with a simple command
$ npm install
3. Using a gulp
$ gulp
## Components
- [x] alert
- [x] autocomplete(emailautocomplete)
- [x] backtotop
- [x] button
- [x] block
- [ ] collapse
- [x] datepicker
- [x] drop
- [x] dropdown
- [x] headroom
- [x] loadingbar
- [x] modal
- [x] pagination
- [x] progressbar
- [ ] select
- [x] slideout
- [x] stepper
- [ ] table
- [x] tabs
- [x] tooltips (css component)
- [ ] tree
- [x] typeahead
- [x] validator## Utils
- [x] ajax
- [x] block
- [x] browser
- [x] cookies
- [x] currency
- [x] date
- [x] image
- [x] logger
- [x] report
- [x] string
- [x] validator