EDS4 logo
@eds/app-layout
v4.1.0

AppLayout

A component for building consistent application layouts.
  • 0c4e2a0: Feature: Add parent flex container to AppLayout and contentElement prop

    • Add parent flex container to AppLayout with CSS isolation for better layout control
    • Add contentElement prop to AppLayout component to control the HTML element type for the main content area ('main' | 'div', defaults to 'main')
  • Updated dependencies [e2323f8]
    • @eds/core@4.2.0
    • @eds/box@4.0.12
    • @eds/flex@4.0.12
  • 913701e: Improvement: Update to use type imports
  • Updated dependencies [913701e]
    • @eds/core@4.1.3
    • @eds/flex@4.0.11
    • @eds/box@4.0.11
  • d6a25be: fix: fix improper wrapping of main content on different screen-sizes
  • f807f9a: Fix: Add export for AppLayout context
  • Initial release of AppLayout