In this repository, you can find types for Miro SDK and several simple examples.
| Description | |
|---|---|
| automate-user-management | This example explains how to add and remove members from your team, based on data from an external source. |
| github-issue-importer | This example shows how to import issues from GitHub to a board with custom fields using Miro API. |
| sample-app | Handy playground for playing with Miro Board API and Web-plugins. |
The fastest way to bootstrap a new app is by using create-miro-app
npx create-miro-app@latest
Descriptions and GIFs for those examples available here. To learn more read what web-plugins is it and how to build your web-plugin.
| Description | |
|---|---|
| drag-and-drop | Custom Icons Set with drag and drop on the canvas. |
| buttons | This example shows how to restrict buttons visibility. |
| extra-notes | Save custom data for widgets in LocalStorage |
| importer | Convert text list to stickers |
| looking-glass | You can see readable text of the widget in the sidebar without zooming in. |
| rtb-sticker-pack | This example shows how to drag&drop external resources into the board |
| stickers-to-shapes | You select several stickies, click plugin button in the bottom bar and app replaces stickies with shapes |
| template-builder | This example shows how to create and position on the board multiple widgets of different types and render create custom interfaces in the library. |
| the-noun-project | Another icon library example: shows how to drag&drop external resources into the board. |
| widget-counter | You select several widgets, click plugin button in the bottom bar and app show number of widgets grouped by type in the sidebar. |
| font-awesome | Font Awesome icon library. |
| spreadsheet-sync | This example shows how to sync data on board with Google Sheets. |