Pagination
Pagination
Section titled “Pagination”Page navigation controls.
import { Pagination } from '@truongdq01/ui';
<Pagination count={10} page={1} onChange={() => {}} />;- Refer to the component props in the API reference or source for advanced configuration.