Skip to content

Commit

Permalink
feat(navigation): 分页组件
Browse files Browse the repository at this point in the history
  • Loading branch information
cos2004 committed Jul 30, 2018
1 parent 20dc1b9 commit f1453bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pages/navigation/pagination/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,17 @@ export default class PaginationPage extends Taro.Component {
return (
<View className='page'>

<View className='example'>
<AtPagination total='50' pageSize='10' current='1'></AtPagination>
</View>

<View className='example'>
<AtPagination icon total='50' pageSize='10' current='1'></AtPagination>
</View>

<View className='example'>
<AtPagination icon total='50' pageSize='10' current='1' simple></AtPagination>
</View>
</View>
)
}
Expand Down

0 comments on commit f1453bb

Please sign in to comment.