embla-carousel
Advanced tools
Comparing version 0.9.2 to 0.9.3
{ | ||
"name": "embla-carousel", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"author": "David Cetinkaya", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -174,6 +174,9 @@ <br /> | ||
Embla exposes a set of methods upon setup that can be used to control the carousel externally. Example usage looks like this... | ||
Embla exposes a set of methods upon setup that can be used to control the carousel externally. Example usage looks like this: | ||
```javascript | ||
embla.next() | ||
embla.goTo(2) | ||
embla.changeOptions({ loop: true }) | ||
embla.on('select', () => console.log('Selected a new index!')) | ||
``` | ||
@@ -180,0 +183,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68421
254