Download
📖 Table of Contents
SmarkForm
SmarkForm is available both as ES Module and UMD formats.
Latest version
Older versions
For older versions, switch to the appropriate tag from SmarkForm GitHub Repo and then you can find both, ESM and UMD modules under /dist
directory.
Other Resources
CSS
SmarkForm is a layout-agnostic library, so you are free to design your layout and styles to your liking.
But, in case you liked the layout and styles of our Examples Section or just want some boilerplate to start from, here you have its CSS files:
- Layout: ⤵️ SmarkForm_layout-0.7.1.css
- Styles: ⤵️ SmarkForm_styles-0.7.1.css
To learn how to take advantage of them, check our examples source code.
Boilerplate Template
Alternatively, if you want an empty template to start from the scratch but without worriying about HTML and CSS boilerplate, you can check out or empty template as a base code to begin with:
- Boilerplate template: ⤵️ SmarkForm_template-0.7.1.html
This template includes SmarkForm (in UMD format) and our example CSS files from their respective CDN resources (Check CDN Section for more information).
This mean that you don’t need to worry about downloading them or adjusting any url.
…but, at the same time, if you don’t want to rely on CDN resources you will need to download them from this section and update the
<head>
section of this template accordingly.