Mariss Tubelis
Mariss Tubelis
Pull request should be viewed together with corresponding PR in htmx-extensions repository https://github.com/bigskysoftware/htmx-extensions/pull/106 Added documentation about - `HX-Preload` header - form element preloading - `preload="always"` configuration
Pull request should be viewed together with the corresponding PR in htmx-extensions repository https://github.com/bigskysoftware/htmx-extensions/pull/123. Documentation is updated to elaborate on extension installation and integration. Until now, extension installation instructions were...
I integrate the Zoom plugin in my code like this: ```js import zoomPlugin from 'chartjs-plugin-zoom'; ``` Then I run a Rollup build: ``` npm run build ``` The build crashes...
Currently panning stops as soon as user releases the mouse button. It would be great to add the option to ease out panning using inertial velocity. Think of how panning...