Paginator Pass Through

Pass Through documentation for Paginator component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

The component's PT demo referenced as paginator-pt is unavailable or does not exist.

PaginatorRoot PT Options#

Defines passthrough(pt) options of Paginator component.

labeltypedescription
rootPaginatorRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
contentPaginatorRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.
firstPaginatorRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the first's DOM element.
prevPaginatorRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the prev's DOM element.
nextPaginatorRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the next's DOM element.
lastPaginatorRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the last's DOM element.

PaginatorPages PT Options#

Defines passthrough(pt) options of PaginatorPages component.

labeltypedescription
rootPaginatorPagesPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

PaginatorPage PT Options#

Defines passthrough(pt) options of PaginatorPage component.

labeltypedescription
rootPaginatorPagePassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

PaginatorEllipsis PT Options#

Defines passthrough(pt) options of PaginatorEllipsis component.

labeltypedescription
rootPaginatorEllipsisPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

PaginatorFirst PT Options#

Defines passthrough(pt) options of PaginatorFirst component.

labeltypedescription
rootPaginatorFirstPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

PaginatorLast PT Options#

Defines passthrough(pt) options of PaginatorLast component.

labeltypedescription
rootPaginatorLastPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

PaginatorNext PT Options#

Defines passthrough(pt) options of PaginatorNext component.

labeltypedescription
rootPaginatorNextPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

PaginatorPrev PT Options#

Defines passthrough(pt) options of PaginatorPrev component.

labeltypedescription
rootPaginatorPrevPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.