https://github.com/matiere-noire/wp-slider
:ski: Block slider
https://github.com/matiere-noire/wp-slider
gutenberg-blocks wordpress wordpress-plugin
Last synced: 3 months ago
JSON representation
:ski: Block slider
- Host: GitHub
- URL: https://github.com/matiere-noire/wp-slider
- Owner: matiere-noire
- Created: 2019-02-15T11:20:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T02:29:47.000Z (over 3 years ago)
- Last Synced: 2025-07-31T03:43:48.402Z (11 months ago)
- Topics: gutenberg-blocks, wordpress, wordpress-plugin
- Language: JavaScript
- Homepage:
- Size: 480 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wp slider
A gutenberg block with [slick](https://github.com/kenwheeler/slick)
## Requirements
* PHP >= 7.1
* Wordpress > 5.0
* Composer - [Install](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx)
* Yarn - [Install](https://yarnpkg.com/en/docs/instal)
## Installation
1. Add wp-slider to your wordpress dependencies:
```sh
$ composer require matiere-noire/wp-slider
```
2. Build it in the plugin folder:
```sh
$ yarn build
```
3. Activate the plugin