Skip to content

Decorators

Higher-order functions that add reusable behavior to js-toolkit component classes.

withDeprecationStable

Decorate a component to emit a development-time deprecation notice.

JS@studiometa/ui
withIndexStable

Decorate a component with reusable indexed state and navigation methods.

JS@studiometa/ui
withTransitionStable

Decorate a component with reusable enter and leave transition behavior.

JS@studiometa/ui