> For the complete documentation index, see [llms.txt](https://sygnal.gitbook.io/sygnal-webflow-components/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sygnal.gitbook.io/sygnal-webflow-components/nc/advanced/slider.md).

# Slider ✅

{% hint style="success" %}
**CODE COMPONENT** \
This is implemented as a Webflow Code Component. \
It is part of the **Sygnal Components** library.&#x20;
{% endhint %}

## Installation&#x20;

{% hint style="info" %}
As a code component, you'll need to download the component from Sygnal's Github repository.  You'll need to use command line tools like npm, but the process is straightforward.&#x20;
{% endhint %}

This is also how you'll update the component as new versions come out.&#x20;

* Prepare your machine
  * Install npm&#x20;
  * Install git
* Download the repository
  * Download&#x20;
  * np

Go to the parent directory where you want the project to be created.&#x20;

```
git clone ... 
```

```
cd sygnal-components
```

```
npm install
```
