Skip to content

Commit

Permalink
docs(widgets): update listing of widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain authored Jun 10, 2024
1 parent 48e5ca1 commit 9b34817
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/vitepress/guide/intro/widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,23 @@
| trame | trame-components | 2 & 3 | 11 |
| markdown | trame-markdown | 2 & 3 | 1 |
| rca | trame-rca | 2 & 3 | 7 |
| keycloak | trame-keycloak | 2 & 3 (wip) | 1 |
| keycloak | trame-keycloak (wip) | 2 & 3 (needs funding) | 1 |
| vtk3d | trame-vtk3d | 2 & 3 | 1 |
| vtklocal | trame-vtklocal (wip) | 2 & 3 | 1 |
| simput | trame-simput | 2 & 3 | 2 |
| vega | trame-vega | 2 & 3 | 1 |
| matplotlib | trame-matplotlib | 2 & 3 | 1 |
| deckgl | trame-deckgl | 2 & 3 | 1 |
| tauri | trame-tauri | 2 & 3 | 2 + utils |
| bbox | trame-bbox (wip) | 2 & 3 | 1 |
| tweakpane | trame-tweakpane | 2 & 3 | 10 |

::: warning
- **vuetify**: The set of components are a bit different with API change. Please look at the [upgrade guide](https://vuetifyjs.com/en/getting-started/upgrade-guide/) for more details.
- **markdown**: If coming from v2, the v3 has a different engine configuration while now supporting both vue 2/3.
- **trame**: In the code upgrade to support 2 & 3, some event keys have been updated.
- **keycloak**: This component has been pushed before being tested, hence the WIP status.
- **keycloak**: This component has been pushed to capture the current development state but is currently lacking funding to complete it.
- **vtklocal**: This component leverage VTK-WASM and therefore requires nightly VTK build with matching wasm package.
:::

## Vue 3 only
Expand Down

0 comments on commit 9b34817

Please sign in to comment.