@ri7nz/rescript-dom

0.2.3 • Public • Published

rescript-intersection-observer

nearly zero-cost bind IntersectionObserver

Installation

Run the following in your favorit console:

> yarn add @ri7nz/rescript-dom

OR

> npm install --save @ri7nz/rescript-dom

Then, add @ri7nz/rescript-dom in your bsconfig.json:

-- "bs-dependencies": [],
++ "bs-dependencies": ["@ri7nz/rescript-dom"],

Usage

open ResDOM

// example boundingClientRect
let boundingClientRect = ...
// access property of boundingClientRect with DOMRect module
boundingClientRect->DOMRect.x
boundingClientRect->DOMRect.width
boundingClientRect->DOMRect.height
boundingClientRect->DOMRect.top
boundingClientRect->DOMRect.right
boundingClientRect->DOMRect.bottom
boundingClientRect->DOMRect.left
boundingClientRect->DOMRect.toJson

Or you can check this examples.

API

(WIP): docs

Readme

Keywords

none

Package Sidebar

Install

npm i @ri7nz/rescript-dom

Weekly Downloads

0

Version

0.2.3

License

MIT

Unpacked Size

16.6 kB

Total Files

9

Last publish

Collaborators

  • ri7nz