t-pagination
This component provides pagination with an easy and customizable API.
Basic Usage
<TPagination
count="4"
onChange={async () => {
//
}}
/>
Initial Page
<TPagination
count="4"
value="4"
onChange={async () => {
//
}}
/>
Active Design and Color
<TPagination
count="4"
activeDesign="raised"
activeColor="danger"
onChange={async () => {
//
}}
/>
Stretch Mode
<TPagination
count="4"
onChange={async () => {
//
}}
stretch
/>
API
No options available