Skip to content

RachelRen/regular-component

Repository files navigation

Regular Component is a set of frend-end components built with RegularJS.

Install

npm install regular-component

Usage

import {DatePicker} from 'regular-component';

let datePicker = new DatePicker()
datePicker.$inject(eleNode);

And import style manully:

import 'regular-component/dist/index.css'

Development

$ git clone https://github.com/RachelRen/regular-component.git
$ npm install
$ npm start

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published