v0.20.230 - 5.8 / 5.5

Directory

Every importable symbol from the pota/use/* sub-paths, grouped by module. Some modules are props plugins: importing them for their side effect registers one or more use:* attributes you can apply to elements.

# Props plugins

Importing these registers use:* props globally. You can import the side effect alone, or import any named exports to call the helpers imperatively.

# pota/use/animate

# pota/use/bind

Registers the use:bind attribute. See use:bind.

# pota/use/browser

# pota/use/clickoutside

Side-effect import. Registers use:clickoutside and use:clickoutsideonce. See use:clickoutside.

# pota/use/clipboard

Side-effect import. Registers use:clipboard. See use:clipboard.

# pota/use/color

# pota/use/css

# pota/use/dom

# pota/use/emitter

Base class used by the on* / use* pairs in modules like fullscreen, orientation, resize, visibility.

# pota/use/event

# pota/use/focus

# pota/use/form

Registers use:click-focus-children-input, use:enter-focus-next, use:prevent-enter, use:size-to-input.

# pota/use/fullscreen

Registers use:fullscreen. See use:fullscreen.

# pota/use/location

See useLocation.

# pota/use/orientation

# pota/use/paginate

# pota/use/random

# pota/use/resize

# pota/use/scroll

# pota/use/selection

Registers use:click-selects-all.

# pota/use/selector

See useSelector.

# pota/use/stream

# pota/use/string

# pota/use/test

# pota/use/time

See useTimeout.

# pota/use/url

# pota/use/visibility