Skip to content

rc-component/more

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rc-more

rc-more Component for react.

Build with webpack and CSS Modules

Story book

Scrollable element should have scrollable className or window is used for scroll event listening.

Install

npm i rc-more -S

Usage

<More
  disable={this.state.disable}
  callback={this.load} />

Props

name type default description
disable boolean false disale more
*callback func callback function for laoding
spinnerType string gray type of ispinner
useIspinner boolean true set to false to use children of More instead of

Use props.style and props.className for apply style to more element.

License

MIT