PaginationItemOwnProps

Types

Link copied to clipboard
interface Components
Link copied to clipboard
interface Slots

Properties

Link copied to clipboard

Override or extend the styles applied to the component.

Link copied to clipboard
abstract var color: PaginationItemColor?

The active color. It supports both default and custom theme colors, which can be added as shown in the palette customization guide.

Link copied to clipboard

The components used for each slot inside.

Link copied to clipboard
abstract var disabled: Boolean?

If true, the component is disabled.

Link copied to clipboard
abstract var key: Key?
Link copied to clipboard
abstract var page: ReactNode?

The current page number.

Link copied to clipboard
abstract var selected: Boolean?

If true the pagination item is selected.

Link copied to clipboard
abstract var shape: PaginationItemShape?

The shape of the pagination item.

Link copied to clipboard
abstract var size: Size?

The size of the component.

Link copied to clipboard

The components used for each slot inside.

Link copied to clipboard
abstract override var sx: SxProps<Theme>?

The system prop that allows defining system overrides as well as additional CSS styles.

Link copied to clipboard

The type of pagination item.

Link copied to clipboard

The variant to use.

Functions

Link copied to clipboard
open inline operator fun Props?.unaryPlus()