https://github.com/domchristie/turbo-native-htmx-driver
Turbo Native driver for htmx
https://github.com/domchristie/turbo-native-htmx-driver
Last synced: about 1 month ago
JSON representation
Turbo Native driver for htmx
- Host: GitHub
- URL: https://github.com/domchristie/turbo-native-htmx-driver
- Owner: domchristie
- Created: 2024-07-19T13:44:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T10:40:42.000Z (6 months ago)
- Last Synced: 2025-04-17T12:36:29.185Z (about 2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# turbo-native-htmx-driver
> [!WARNING]
> Experimental & incompleteTurbo Native driver for htmx. Pair with https://github.com/domchristie/turbo-shim
```javascript
import 'htmx.org'
import Turbo from './turbo-shim.js'
import Driver from './turbo-native-htmx-driver.js'Turbo.registerDriver(Driver)
```## License
Released under the MIT license.