https://github.com/nosir/cleave-zen-examples
https://github.com/nosir/cleave-zen-examples
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nosir/cleave-zen-examples
- Owner: nosir
- License: mit
- Created: 2023-11-25T06:12:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-16T05:15:39.000Z (over 1 year ago)
- Last Synced: 2025-02-08T17:46:03.101Z (2 months ago)
- Size: 478 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - nosir/cleave-zen-examples - (Others)
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: