Pwet component that make a slider of whatever element
To show it in action:
- clone the repo :
git clone https://github.com/Gastonite/pwet-slides && cd pwet-slides
- Install pwet-slides dependencies and example dependencies:
- if you are using yarn :
yarn && cd examples/simple && yarn && yarn dev
- if you are using npm :
npm i && cd examples/simple && npm i && npm run dev
- Now the demo is visible at http://localhost:3000
- if you are using yarn :
yarn add -D pwet-slides
- if you are using npm :
npm i -D pwet-slides