@odopod/odo-base-component
Base component for odo components. Includes media query listeners and exports base globals
Updated by @nathanbuchar
@odopod/odo-scroll-feedback
Based user input from mouse, keyboard, and touch, the `ScrollFeedback` instance will emit navigation events.
Updated by @nathanbuchar
@odopod/odo-responsive-images
Native responsive images with deferred loading.
Updated by @nathanbuchar
@odopod/odo-object-fit
Fits media elements (img, video). It polyfills CSS' object-fit: cover; If the browser supports object-fit, it will not run.
Updated by @nathanbuchar
@odopod/odo-dialog
Responsive window dialog component focused on a11y and extendibility
Updated by @nathanbuchar
@odopod/odo-responsive-attributes
Parse data attributes with respect to their breakpoints.
Updated by @nathanbuchar
@odopod/odo-dropdown
Custom dropdown component that defaults to native select elements on touch devices.
Updated by @nathanbuchar
@odopod/odo-affix
Makes an element fixed position while its within a container.
Updated by @nathanbuchar
@odopod/odo-background-video
Plays in the background when the element comes into view and falls back to an image if the browser cannot autoplay video.
Updated by @nathanbuchar
@odopod/odo-responsive-classes
Swap class names of elements using responsive attributes.
Updated by @nathanbuchar