@availity/pagination
Version:
component for displaying paginated data
28 lines (17 loc) • 681 B
text/mdx
import { Meta, ArgTypes } from '@storybook/addon-docs';
import {
hidden_RsPagination,
hidden_PaginationContent,
hidden_PaginationControls,
hidden_AvResourcePagination,
} from './Pagination.stories';
<Meta title="Components/Pagination/Additional Props" />
# PaginationContent Props
These props can be passed to the `PaginationContent` component
<ArgTypes of={hidden_PaginationContent} />
# PaginationControls Props
These props can be passed to the `PaginationControls` component
<ArgTypes of={hidden_PaginationControls} />
# AvResourcePagination Props
These props can be passed to the `AvResourcePagination` component
<ArgTypes of={hidden_AvResourcePagination} />