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 |
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 | |
|---|---|
| prototyping | With this plugin use can build interactive prototypes like in InVision or Overflow. Very comprehensive example for a lot of SDK capabilities. |
| drag-and-drop | Custom Icons Set with drag and drop on the canvas. |
| implicit-flow-example | See this example to learn how to authorise web-plugin for each user without server with implicit-flow. |
| 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. |
| plugin-boilerplate | If you like TypeScript, Webpack, and ReactJS, you can start with this example. It already includes these tools. |
| 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. |