Module

Nonbili.DOM

Package
purescript-nonbili-dom
Repository
nonbili/purescript-nonbili-dom

#copyToClipboard Source

copyToClipboard :: String -> Effect Unit

Copy a string to clipbard.

#fitInputWidth Source

fitInputWidth :: HTMLElement -> Number -> Effect Unit

Fit <input> width to its content width without showing scrollbar.

#fitTextareaHeight Source

fitTextareaHeight :: HTMLElement -> Number -> Effect Unit

Fit <textarea> height to content height without showing scrollbar.

Modules
Nonbili.DOM