Package

purescript-nonbili-dom

Repository
nonbili/purescript-nonbili-dom
License
BSD-3-Clause
Uploaded by
rnons
Published on
2019-10-07T08:04:34Z

purescript-nonbili-dom on Pursuit CircleCI

Some helpful DOM functions.

-- | Copy a string to clipbard.
copyToClipboard :: String -> Effect Unit

-- | Fit <input> width to its content width without showing scrollbar.
fitInputWidth :: HTMLElement.HTMLElement -> Number -> Effect Unit

-- | Fit <textarea> height to content height without showing scrollbar.
fitTextareaHeight :: HTMLElement.HTMLElement -> Number -> Effect Unit
Modules
Nonbili.DOM
Dependencies