text-mask-siret
Text Mask function for french SIRET and SIREN.
Example
Demo available here: dimitrinicolas.github.io/text-mask-siret/example
Installation
npm i text-mask-siret
Usage
With React.js
import React from 'react'import MaskedInput from 'react-text-mask'import siretMask sirenMask from 'text-mask-siret'; const mask = siretMask;/** * Or * const mask = sirenMask; */ <MaskedInput = />;
In Vanilla JS
Build
Compile with Rollup:
npm run build
Build and test:
npm test
Related
text-mask
- Input mask for React, Angular, Ember, Vue, & plain JavaScripttext-mask-vat-id
- Text Mask for VAT identification number
License
This project is licensed under the MIT license.