Library of commonly used QML controls for the PureQML QML transpiler. Version 1.2.0 provides components for Canvas, YouTube, Google Charts, native and non-native inputs, mixins, SVG, VK.com, Yandex, and other UI elements. Release cadence is low, as the library is in a maintenance phase. Differentiators include direct integration with PureQML and support for platform-specific components.
npm install pureqml-controlsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use the Canvas component in a QML file with PureQML.
Use 'import "canvas.qml"' instead of 'import Canvas'.
Verify that the desired component (e.g., YouTube) is supported on your target platform.
Use PureQML toolchain for development.
Ensure canvas.qml is imported and the Canvas type is used correctly: import 'canvas.qml' as Canvas; then use Canvas.Canvas { ... }.PureQML uses QML imports via relative paths; do not use require(). Import the .qml file directly.
Copy youtube.qml to the same directory as your main QML file and use import 'youtube.qml'.
No dependency data recorded yet.