Been looking at the carousel components. There is one issue and one nice to have. These can be seen on the examples.
1. This one looks like a bug. When you move to the left, you get to the 'end' where you can't move left anymore but there are still images to the left. You just can't click on them. Same if you move to the right. If you displayed a distinct list of images that occur only once (as you would if you laoded them from a database), you can never click on those couple of items. They seem to be unusable.
2. This one woul be a nice to have. If you move to the left, why should you come to a stop? Couldn't it just scroll back around to the right? So you end up with a circle of items that you can just keep moving through in one direction rather than a distinct list which has a start and end.
1. This one looks like a bug. When you move to the left, you get to the 'end' where you can't move left anymore but there are still images to the left. You just can't click on them. Same if you move to the right. If you displayed a distinct list of images that occur only once (as you would if you laoded them from a database), you can never click on those couple of items. They seem to be unusable.
2. This one woul be a nice to have. If you move to the left, why should you come to a stop? Couldn't it just scroll back around to the right? So you end up with a circle of items that you can just keep moving through in one direction rather than a distinct list which has a start and end.