Applies classes to the body element that describe the browser type and whether the system is ios or android as well.
device-android
or device-ios
. browser-edge
or browser-chrome
or browser-firefox
or browser-ie
or browser-opera
or browser-safari
.
- Since
- 1.0.0
Returns:
- Type:
- void
Example
import { browserClasses } from "@gravityforms/utils";
function Example() {
browserClasses();
}