Skip to content

v5.0.0-beta.9

Pre-release
Pre-release

Choose a tag to compare

@LouisMazel LouisMazel released this 13 May 12:41
· 2 commits to master since this release

compare changes

🚀 Features

  • maz-ui: Add MazSidebar component system (#1574)

    Fully accessible sidebar for dashboards and admin interfaces with:

    • Push and overlay display modes with icon-only collapse option
    • Layout components (Header, Content, Footer) and menu system with grouping and sub-menus
    • Smooth expand/collapse animations for sub-menus
    • Keyboard navigation for nested menu items
    • Menu item icons, labels, badges, and tooltip support
    • State management via useSidebar composable
    • Overlay mode with integrated focus trap and scroll-lock
    • Auto-imported in Nuxt projects
  • maz-ui: Add MazCodeHighlight and MazWindowMockup components (#1569)

    • MazCodeHighlight: Syntax-highlighted code blocks using Shiki with auto dark/light mode detection and lazy loading
    • MazWindowMockup: macOS-style window mockup with Browser (address bar), Terminal ($ prompt), and Editor (filename tab) variants; integrates MazCodeHighlight to display syntax-highlighted code
    • Both components support theming and are auto-imported in Nuxt projects

📦 Build

❤️ Contributors