Splider Grid Extention in NextJS #720
DomainsNet
started this conversation in
Show and tell
Replies: 2 comments
-
|
You can use the Splide react component: And the component accepts extensions as a prop: <Splide Extensions={ { Grid } }></Splide> |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking to mount the Grid extension https://splidejs.com/extensions/grid/ in a NextJS functional component.
Any practical examples, in order to achieve that?
If I simply define a new Splide( '#splide' ).mount( { Grid } ); I get a TypeError: (intermediate value).mount is not a function
Beta Was this translation helpful? Give feedback.
All reactions