@odopod/odo-device

Device-specific settings for JS and CSS

Usage no npm install needed!

<script type="module">
  import odopodOdoDevice from 'https://cdn.skypack.dev/@odopod/odo-device';
</script>

README

Odo Device

Device-specific settings and helpers.

Install

npm install @odopod/odo-device --save

Quick Start

import or require the package, then use its properties and methods.

import OdoDevice from '@odopod/odo-device';

console.log('Has touch events:', OdoDevice.HAS_TOUCH_EVENTS);
console.log('Touch action:', OdoDevice.prefixed('touchAction', 'pan-y'));
console.log('Has local storage:', OdoDevice.HAS_LOCAL_STORAGE);

Documentation

Visit the Odo component directory for demos, code examples, and documentation.