We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5dc27 commit e958ba1Copy full SHA for e958ba1
examples/default.js
@@ -15,7 +15,7 @@ class App extends React.Component {
15
});
16
}
17
render() {
18
- return <Pagination onChange={this.onChange} current={this.state.current} total={400} />;
+ return <Pagination onChange={this.onChange} current={this.state.current} total={25} />;
19
20
21
0 commit comments