Slidy
Slidy copied to clipboard
📸 Sliding action script
# The problem There should be an option to set a direction as _boolean_ prop `rtl` as some languages have right-to-left direction. Sure, user can traverse the array of items...
Tha `autoplay` feature was requested frequently while `slidy` was at v2.x. As I see it, the feature should be implemented using these interface: - `autoplay` - indicating the state; -...
All the text used in carousel is in English right now. There should be an option to translate all of it. Implementing the new `i18n` prop, we can pass an...
Right now the `` subcomponent just indicates the overall carousel progress. The idea of @Valexr is to make it interactive, just as ``, allow the user to drag the indicator...
Usually the carousel itself might be not enough. The option my be implemented as an optional button or click handler for items to display the same carousel in fullscreen mode....
Right now there is option to control the number of items to display in the viewport. New property `visibleGroup` should be implemented.
[play() plugin](https://github.com/Valexr/Slidy/blob/master/packages/plugins/src/lib/play.ts)
Need to be synchronise functionality with other templates https://github.com/Valexr/Slidy/tree/master/packages/react
@slidy/core have new `plugins` options & it's not implemented in svelte template
`SlidyOptions.slides` can't catch awated case...