# svelte-cleavejs

> Cleave.js action for Svelte

Latest version **1.0.3** (published 2021-11-14) · 0 weekly downloads

## Install

```sh
npm install svelte-cleavejs
pnpm add svelte-cleavejs
yarn add svelte-cleavejs
bun add svelte-cleavejs
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2021-11-14 |
| First published | 2021-11-05 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 116 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Maintainers | gcbenlloch |
| Keywords | svelte, cleave, input, mask |

## Links

- npm: https://www.npmjs.com/package/svelte-cleavejs
- Repository: https://github.com/GCBenlloch/svelte-cleavejs
- Homepage: https://github.com/GCBenlloch/svelte-cleavejs#readme
- Issues: https://github.com/GCBenlloch/svelte-cleavejs/issues
- npm.io page: https://npm.io/package/svelte-cleavejs

## Dependencies (1)

- [cleave.js](https://npm.io/package/cleave.js.md) ^1.6.0

## Recent versions

- 1.0.3 (latest) — 2021-11-14
- 1.0.2 — 2021-11-06
- 1.0.1 — 2021-11-05
- 1.0.0 — 2021-11-05

## README

# svelte-cleavejs

Svelte action for [Cleave.js](https://github.com/nosir/cleave.js)

## Installation

Install with npm or yarn:

```bash
npm install --save svelte-cleavejs
```

## Usage

```html
<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](https://github.com/nosir/cleave.js/blob/master/doc/options.md).

## Licence

svelte-cleavejs is licensed under the [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)

---
_Source: https://npm.io/package/svelte-cleavejs · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
