Slider ✅

Installation

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.

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

  • Prepare your machine

    • Install npm

    • Install git

  • Download the repository

    • Download

    • np

Go to the parent directory where you want the project to be created.

git clone ... 

cd sygnal-components
npm install

Last updated