cschroeter / park-ui

Beautifully designed components built with Ark UI and Panda CSS that work with a variety of JS frameworks.
https://park-ui.com
MIT License
1.74k stars 75 forks source link

Pagination "page" rendering is not correct. #392

Closed piyanggoon closed 3 months ago

piyanggoon commented 3 months ago
<Pagination
    page={page} // not working.
    count={...}
    pageSize={...}
    siblingCount={...}
/>
cschroeter commented 3 months ago

@piyanggoon

Thanks for sharing. That's an interesting one. Will have a look

cschroeter commented 3 months ago

@piyanggoon

Fixed with 8283ab36d2a532990300c6da7935cf2c9d1e441a

Please update your pagnation npx @park-ui/cli components add pagination