-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Description
Describe The Problem To Be Solved
Add aria-labels option to replace default values in the first|last|prev|next buttons of Pagination component.
Suggest A Solution
import { createPagination } from '@solid-primitives/pagination'
const [paginationProps] = createPagination(() => ({
ariaLabels: {
firstContent: <JSXElement>, // default is "|<"
prevContent: <JSXElement>, // default is "<"
nextContent: <JSXElement>, // default is ">"
lastContent: <JSXElement> // default is ">|"
}
}))Metadata
Metadata
Assignees
Labels
No labels