Panacea

Panacea is the collection of vanilla Javascript components and services created to enable our developers to use whatever Javascript framework they want while still maintaining a single codebase for these components and services.


Custom Components

Vat input

DE298052829 ,GB246520908 , NL815652288B01
<input
    class='form-control'
    value='NL-81-56.52288B01'
    data-component='cm-vat-input'
    data-options="{locale:'nl',country:'NL',forceCountry:true}"
    placeholder='type your phone number'
    type='text'>
data-options="{
    locale:'nl',
    country:'NL',
    forceCountry:true
}"
<input
    class='form-control'
    value='246520908'
    data-component='cm-phone-input'
    data-options="{locale:'fr',country:'GB'}"
    placeholder='type your phone number'
    type='text'>
data-options="{
    locale:'fr',
    country:'GB'
}"
<input
    class='form-control'
    value='DE298052829'
    data-component='cm-phone-input'
    placeholder='type your phone number'
    type='text'>