Morphos

@morphos/core

Changelog for @morphos/core.

0.1.0

Initial release.

  • generateId(prefix?) — unique ID generator for ARIA attributes.
  • trapFocus(container) — focus trap with cleanup.
  • lockScroll() — body scroll lock with cleanup.
  • getFocusableElements(container) — returns all focusable descendants.
  • Keys constant — centralised keyboard key strings.
  • isActivationKey, isVerticalNavKey, isHorizontalNavKey — keyboard event helpers.
  • wrapIndex(index, length) — circular array navigation.
  • computeAnchorPosition(...) — side/align-aware floating UI positioning, used by every overlay component.
  • PrimitiveProps, DataAttributes, Orientation, Size — shared types.

On this page