Svelte action for Cleave.js
Install with npm or yarn:
npm install --save svelte-cleavejs
<script>
import { cleave } from 'svelte-cleavejs'
</script>
<input use:cleave={options} />
The accepted options
are the same as the ones documented in cleave.js JavaScript API Options.
svelte-cleavejs is licensed under the Apache License Version 2.0