Skip to content

v3.0.3 🌈

Choose a tag to compare

@github-actions github-actions released this 12 Jan 22:11
· 29 commits to refs/heads/master since this release

Changes

Added

  • Header/Footer align prop (start | center | end) to control horizontal alignment.
  • Close button placement controls via CSS variables: --close-button-place-self and --close-button-grid-row.
  • portal prop support (render into a custom DOM node) and custom close content examples.
  • ModalContext + useModalContext hook for custom close behavior.
  • Expanded CSS variables and improved header padding controls.

Fixed

  • Ensure modal components respect max-width for responsive layouts.