Resources
Download
Latest SmarkForm version is currently (0.7.1).
You can link this version (recommended) it as CDN with following links:
https://cdn.jsdelivr.net/npm/smarkform@0.7.1/dist/SmarkForm.esm.js
https://cdn.jsdelivr.net/npm/smarkform@0.7.1/dist/SmarkForm.umd.js
See Getting Started section for more details:
If your’d rather get always latest available SmarkForm version (not recommended for production code) through CDN, use the following links instead:
https://cdn.jsdelivr.net/npm/smarkform/dist/SmarkForm.esm.js
https://cdn.jsdelivr.net/npm/smarkform/dist/SmarkForm.umd.js
As discussed in the Download Section, you can also find the CSS used in our Examples Section as CDN resources.
Just insert the following lines in your <head>
section.
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/smarkform@0.7.1/dist/examples/smarkform_layout_sample.css'>
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/smarkform@0.7.1/dist/examples/smarkform_styles_sample.css'>
As for SmarkForm modules, if you want to always get the latest available example CSS files, you can use the following links instead:
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/smarkform/dist/examples/smarkform_layout_sample.css'>
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/smarkform/dist/examples/smarkform_styles_sample.css'>