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

https://github.com/nosir/cleave-zen-examples


https://github.com/nosir/cleave-zen-examples

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# cleave-zen examples

## The examples covers the usage of cleave-zen lib

TypeScript is supported in each individual example

### nodejs

See code in `examples/nodejs/src`

Or `yarn test:node`

### ReactJS

See code in `examples/reactjs/src`

Run `index.html` in browser

### Standard JS bundle

See code in `examples/standard/src`

Run `index.html` in browser

### Vanilla JS

This example is loading the `cleave-zen.umd.js` file directly

See code in `examples/vanilla/src`

Run `index.html` in browser

### AngularJS

// TODO:

### Vue.js

// TODO: