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 next and back buttons, using the default chevron icons (manually add the svg/react files to the component library, do not add the entire default icon library as a dependant).
Including an variant='alt-icon' options for props to use the rounded chevrons as alt icons for next and back buttons.
It should also be updated to elegantly display more than 10 pages of results. Currently, it will display a pagination option for all of them, which can seem excessive if there are 20 or 30 pages of results.
The text was updated successfully, but these errors were encountered:
Add next and back buttons, using the default chevron icons (manually add the svg/react files to the component library, do not add the entire default icon library as a dependant).
Including an
variant='alt-icon'
options for props to use the rounded chevrons as alt icons for next and back buttons.It should also be updated to elegantly display more than 10 pages of results. Currently, it will display a pagination option for all of them, which can seem excessive if there are 20 or 30 pages of results.
The text was updated successfully, but these errors were encountered: