ranile / material-yew

Yew wrapper for Material Web Components
https://material-yew.rm.rs
Apache License 2.0
230 stars 35 forks source link

Drawer's open property doesn't seem to do anything #13

Closed mihai-dinculescu closed 2 years ago

mihai-dinculescu commented 2 years ago
<MatDrawer open={false}>
  <div>
      <p>{"Drawer Content!"}</p>
  </div>
</MatDrawer>

Renders the drawer.

mihai-dinculescu commented 2 years ago

My bad, I was missing drawer_type={"dismissible"}.