Skip to content

0.5.2

Compare
Choose a tag to compare
@mscolnick mscolnick released this 10 May 18:28
· 86 commits to main since this release
dfbe00e

Highlights

  • mo.sidebar to portal any elements into a collapsible sidebar for your application
mo.sidebar([
    mo.md("# marimo"),
    mo.nav_menu({
        "#home": f"{mo.icon('lucide:home')} Home",
        "#about": f"{mo.icon('lucide:user')} About",
        "#contact": f"{mo.icon('lucide:phone')} Contact",
        "Links": {
          "https://twitter.com/marimo_io": "Twitter",
          "https://github.com/marimo-team/marimo": "GitHub",
        },
      }, orientation="vertical",
    ),
])

What's Changed

Full Changelog: 0.5.1...0.5.2