Pagination.page-bubble
Components
PageBubble()
PageBubble(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | PageBubbleProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-core/src/components/Pagination/page-bubble.tsx:13
Props
PageBubbleProps
PageBubbleProps:
object
Type declaration
Member | Type |
---|---|
isActive | boolean |
onClickPage | (page ) => void |
page | number |
Source
libs/design-system-core/src/components/Pagination/page-bubble.tsx:7