isTablet

Type:Function
Status:stable
Since:1.0.0
Platform:js
@blackbyte.sugar.js.is

Detect if is a tablet device

Return

  1. -Boolean

    true if is a tablet, false if not

Example

import { isTablet } from '@blackbyte/sugar/is'
if (isTablet()) {
  // do something cool...
}

Todo

  • integrate some kind of media query checknormal
  • testsnormal