Skip to content

SelinaYu/react-redux-pagination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

目录结构

|   .babelrc
|   .eslintrc.js
|   .gitignore
|   package.json
|   README.md
|   webpack.config.js
|   yarn.lock
|   
+---build
|       index.html
|       
+---lib  //分页器源码
|   |   index.js
|   |   pagination.css
|   |   PaginationAction.js
|   |   PaginationReducer.js
|   |   
|   \---img // 图片资源
|           dropdown.png
|           next_item.png
|           prev_item.png
|           
\---src   //example
    |   index.js
    |   
    \---demo
            action.js
            index.js
            reducer.js

Quickstart

# Clone the repo
git clone git@github.com:SelinaYu/react-redux-pagination.git

# Move into the repo
cd react-redux-pagination

# Install dependencies
yarn install

# Start the watcher
yarn start

About

用react,redux封装的一个分页器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published