1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
<?php
$title = "noUiSlider - Download noUiSlider for free!";
$description = "Download the latest version of noUiSlider safely from gitHub. For free!";
$canonical = "nouislider/download/"
?>
<h1>Download noUiSlider</h1>
<section>
<div class="view">
<p>noUiSlider is open source (MIT), and it can be used <strong>for free</strong> in any personal or commercial
product. No attribution required.</p>
<a href="<?php echo $relpath; ?>tests/slider.html">Run the unit tests!</a>
</div>
</section>
<section>
<h3>Install noUiSlider using a package manager:</h3>
<pre><code class="language-console">npm <span class="token function">install</span> <span class="token keyword">nouislider</span></code></pre>
<pre><code class="language-console">yarn <span class="token function">add</span> <span class="token keyword">nouislider</span></code></pre>
</section>
<section>
<h3>Download noUiSlider</h3>
<p>noUiSlider can be downloaded from GitHub. Required files are in the <code>dist</code> folder. To compile from sources, run <code>npm run build</code>.</p>
<a href="https://github.com/leongersen/noUiSlider/releases" data-category="convert" data-action="download">Download noUiSlider from Github</a>
</section>
|