Embla Carousel Reactive Utils
embla-carousel-reactive-utils
Reactive utilities for Embla Carousel
Utilities
slider
carousel
slideshow
gallery
lightweight
touch
javascript
typescript
react
vue
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB
Installation
npm install embla-carousel-reactive-utilsCode example
import { useEmblaCarouselReactiveUtils } from "embla-carousel-reactive-utils";
export function Example() {
const value = useEmblaCarouselReactiveUtils();
return <p>{String(value)}</p>;
}Pros & cons
Pros
- Actively maintained by David Jerleke
- 0 weekly downloads. Battle tested
- First-class TypeScript definitions
- MIT licensed
Considerations
- Adds roughly ~60 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 0 open issues on GitHub