Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# turbo-native-htmx-driver

> [!WARNING]
> Experimental & incomplete

Turbo 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.