File: download.php

package info (click to toggle)
node-nouislider 15.8.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,936 kB
  • sloc: javascript: 5,234; php: 474; sh: 32; python: 28; makefile: 11
file content (35 lines) | stat: -rw-r--r-- 1,270 bytes parent folder | download | duplicates (3)
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>