CDN

📖 Table of Contents

SmarkForm

Latest SmarkForm version is currently (0.7.1).

You can link this version (recommended) it as CDN with following links:

  • ESM: https://cdn.jsdelivr.net/npm/smarkform@0.7.1/dist/SmarkForm.esm.js
  • UMD: https://cdn.jsdelivr.net/npm/smarkform@0.7.1/dist/SmarkForm.umd.js

See Getting Started section for more details:

Latest Version

If your’d rather get always latest available SmarkForm version (not recommended for production code) through CDN, use the following links instead:

  • ESM: https://cdn.jsdelivr.net/npm/smarkform/dist/SmarkForm.esm.js
  • UMD: https://cdn.jsdelivr.net/npm/smarkform/dist/SmarkForm.umd.js

Other Resources

CSS

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'>

Latest 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'>