Display LookML dashboard in extension framework

I’m attempting to create an extension framework application for a lookml dashboard.

How can I use the looker components to display the dashboard? It looks like dashboard can only be number ids & I can’t seem to get the query id for the dashboard using the slug.

For reference:

<DataProvider sdk={core40SDK}>

  <Query dashboard={lookMlDashboardSlug}>

    <Visualization />

  </Query>

</DataProvider>