I have to implement this component and have a hard time naming it. Does anyone have an idea?
<PageCarousel>
?
<PrevNextControl>
?
This happens quite often to me actually and I guess I am not alone.
What is your approach to solving these cases? Is there a place where you can search a library of interface elements and find the correct name?
My default approach is to search for similar comonents in a framework like https://material.io/components. Sometimes I check if the designer has already named it in Figma. Or, if I know another interface/website with that element, I'll see if it has a class name :)
Any input appreciated!
I would relate the name to "Pagination"
<Page> ? <Pagination> <nextPage> <prevPage>
Check this out
mui.com/material-ui/react-pagination/