Core components for trame widgets, providing a set of reusable UI components for building web-based scientific visualization applications. Current version 2.5.0 is under active development with frequent releases.
pip install trame-componentsVerified import paths — ran on the pinned version, not inferred.
Minimal trame app with Vuetify3 components
Replace `from trame.widgets.vuetify2 import ...` with `from trame.widgets.vuetify3 import ...`
Migrate to direct widget imports from `trame.widgets.*`
Always initialise state: `state.some_var = 'default'` before using in v-model or expressions.
No dependency data recorded yet.