https://github.com/voxjs/vox
β‘οΈ instant interactivity for the web π«
https://github.com/voxjs/vox
framework html javascript js library shopify web
Last synced: 6 months ago
JSON representation
β‘οΈ instant interactivity for the web π«
- Host: GitHub
- URL: https://github.com/voxjs/vox
- Owner: voxjs
- License: mit
- Created: 2021-09-26T20:59:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T00:00:41.000Z (over 3 years ago)
- Last Synced: 2025-08-08T23:57:28.304Z (6 months ago)
- Topics: framework, html, javascript, js, library, shopify, web
- Language: JavaScript
- Homepage: https://github.com/voxjs/vox/wiki
- Size: 125 KB
- Stars: 101
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license.md
Awesome Lists containing this project
README
# vox.js
**β‘οΈ INSTANT INTERACTIVITY FOR THE WEB π«**
Vox is a tiny (β7KB) JavaScript library that allows you to enhance your HTML with declarative two-way data bindings, using simple, native-like attributes (directives).
[](https://npmjs.com/package/@voxjs/vox)
[](https://bundlephobia.com/package/@voxjs/vox)
β
``` html
hello, !
click...
const app = vox();
app.init();
// ...that's all, folks!
app.exit();
```
β
**DOCUMENTATION**
[**HOME**](https://github.com/voxjs/vox/wiki/home)
[**INSTALLATION**](https://github.com/voxjs/vox/wiki/installation)
[**MAIN CONCEPTS**](https://github.com/voxjs/vox/wiki/main-concepts)
[**API REFERENCE**](https://github.com/voxjs/vox/wiki/api-reference)
[**SHOPIFY**](https://github.com/voxjs/vox/wiki/shopify)
[**RESOURCES**](https://github.com/voxjs/vox/wiki/resources)
β
*demo or it didn't happen.*
[π](https://codepen.io/paulala/pen/LYjdYdG) <**counter**/>
``` html
β
+
```
β
[π](https://codepen.io/paulala/pen/mdMxyEx) <**dialog**/>
``` html
click
hi! π
```
β
[π](https://codepen.io/paulala/pen/ExveVxm) <**tabs**/>
``` html
tab 1
tab 2
tab 3
cupcake π§
cookie πͺ
chocolate π«
```
β
[π](https://codepen.io/paulala/pen/abyYzJB) <**to-dos**/>
``` html
-
Γ
add to-do
```
β
**COPYRIGHT Β© 2021 [PAULA GRIGUΘΔ](https://paula.dev) AND [CONTRIBUTORS](https://github.com/voxjs/vox/blob/main/package.json)**