Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domchristie/turbo-native-htmx-driver
Turbo Native driver for htmx
https://github.com/domchristie/turbo-native-htmx-driver
Last synced: 12 days 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T13:46:05.000Z (4 months ago)
- Last Synced: 2024-10-23T04:20:09.030Z (21 days ago)
- Language: JavaScript
- Size: 3.91 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.