Parse data attributes with respect to their breakpoints.
npm install @odopod/odo-responsive-attributes --save
import OdoResponsiveAttributes from '@odopod/odo-responsive-attributes';
clamper = new OdoResponsiveAttributes(document.getElementById('clamper'));
console.log(clamper.values); // Object with `xs`, `sm`, `md`, and `lg` keys.
console.log(clamper.currentValue); // Value based on the current breakpoint.
Visit the Odo component directory for demos, code examples, and documentation.