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

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 πŸ’«

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://badgen.net/npm/v/@voxjs/vox)](https://npmjs.com/package/@voxjs/vox)
[![](https://badgen.net/bundlephobia/minzip/@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



βˆ’



&plus;


```

β€Ž

[πŸ”—](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






  1. Γ—





add to-do


```

β€Ž

**COPYRIGHT Β© 2021 [PAULA GRIGUΘšΔ‚](https://paula.dev) AND [CONTRIBUTORS](https://github.com/voxjs/vox/blob/main/package.json)**