Regular Component is a set of frend-end components built with RegularJS.
npm install regular-component
import {DatePicker} from 'regular-component';
let datePicker = new DatePicker()
datePicker.$inject(eleNode);
And import style manully:
import 'regular-component/dist/index.css'
$ git clone https://github.com/RachelRen/regular-component.git
$ npm install
$ npm start
MIT