1.0.0 • Published 6 years ago

react-app-component-box v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

react components

These react UI components for mobile page are used in my work. It may just suitable for me. You can use it as a reference and hope this helps.

form components

1、FormItem

<FormItem>
  <Input />
</FormItem>

2、 other controlled form component

Button

CheckBox: reset the native checkbox css

Radio: reset the native radio css

Input

CursorInput: simulate input cursor when entry bank card number

tip components

Loading

Toast

Modal

list components

ListItem

functional components

AutoComplete: A dynamic list in a whole page which can search in the header searchBox, also you can enter a new data in the box and click the finish, the finish callback you defined will be executed。

CountDown

TopBar

PayPassword: for six number pay password

TouchScroll: A component to pull down to refresh, slide up to load next page. list demo