Skip to content

react-li/react-component

 
 

Repository files navigation

UI Library for React

todolist

  • Pagination Done
  • Table Done
  • List
  • QRCode
  • Checkbox Done
  • CheckboxGroup Done
  • Radio Done
  • RadioGroup Done
  • Select Done
  • Tree
  • Datepicker Done
  • Message
  • Form
  • DataSource
  • Dialog Done
  • Upload
  • Tab
  • Accordion
  • AutoComplete
  • Progress
  • Tooltip Done
  • Slider
  • Button Done

how to develop

npm install
npm run lib
npm run example

browser example/index.html

Release logs

0.3.0

  • add examples
  • fixed data error bug

0.2.6

  • add Mixin to export
  • Tooltip half to complete
  • fixed DatePicker range error

0.2.5

  • Support IE8!!!

0.1.17

  • DatePicker add getValue() and onChange
  • fixed issue #7

0.1.16

  • Input dynamic value
  • reduce so many times to call render

0.1.15

  • Pagination complete
  • Datepicker default empty (no text in Input)
  • Checkbox bug
  • use webpack normal mode to pack all(I dont know why -p mode would remove all -webkit-style code)

0.1.14

  • fixed radio and checkbox render twice
  • fixed Dialog and Loading battle for ToggleMixin
  • add Select component min-height

0.1.13

  • add Loading Component
  • add DatePicker Component
  • add RadioGroup Component, so had to destory and rebuild Radio Component
  • Select component search mode support regexp to input
  • fixed some bug

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.9%
  • CSS 26.6%
  • HTML 0.5%