Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (24 loc) · 1.1 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.1 KB

The UI

The set of DOM APIs for manipulating the rendered UI.

Modules in this set can be imported individually or collectively.

// Import all modules
import * as UI from '@web-native-js/play-ui/src/ui/index.js';
let offsetTo = UI.offsetTo;

// Import a module
import offsetTo from '@web-native-js/play-ui/src/ui/poffsetTolay.js';

API