| title | Modular embedding SDK - collections |
|---|---|
| summary | Embed Metabase collection browser in your application using the MetabaseProvider SDK component. |
{% include plans-blockquote.html feature="Modular embedding SDK" sdk=true convert_pro_link_to_embedding=true %}
You can embed Metabase's collection browser so that people can explore items in your Metabase from your application.
{% include_file "{{ dirname }}/snippets/collections/collection-browser.tsx" %}{% include_file "{{ dirname }}/api/snippets/CollectionBrowserProps.md" snippet="properties" %}
With static questions, you set a specific collection as the collection people can save items to, so that they don't have to bother picking a collection. To hard-code a collection:
- Set
isSaveEnabledto true. - Set
targetCollectionto the collection ID you want people to save items to.
For more options, see Question props.