react-lite-misc
v1.3.0
Published
Misc Components of jianliao.com
Readme
React Lite Misc Components
Misc components from Talk by Teambition.
Demo: http://ui.talk.ai/react-lite-misc/
Components
ColorChoosersimple color chooserCopyareahover input and copy textLoadingIndicatoranimate three spots as loadingSwitchTabsclick tabs to switchSwitcheriOS style of switchingWheelingdebounce wheel events, detect loading moreSearchBoxLoadingMoreImageLoadingshow loading while image is loading
Writing docs for so many components is tough... Read main.jsx for details.
Usage
npm i --save react-lite-miscRead src/main.jsx for details:
Develop
npm iYou need a static file server for the HTML files. Personally I suggest using Nginx.
Develop:
gulp html # regenerate index.html
webpack-dev-server --hot # enable live-reloadingBuild (Pack and optimize js, reivision js and add entry in index.html):
gulp buildLicense
MIT
