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
Sms Textarea
<textarea
class="form-control"
data-component="cm-sms-textarea"
data-options="{maxSms:1,errorMsg:'Max length exceeded.'}"
placeholder="type your sms" >
</textarea>
data-options="{
maxSms:1
}"