Skip to content

Pagination

Basic usage

tsx
import Pagination from '@semcore/ui/pagination';
import React from 'react';

const Demo = () => {
  return <Pagination totalPages={122360} />;
};

export default Demo;

Released under the MIT License.

Released under the MIT License.