You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ">|"}}))
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: