An open API service indexing awesome lists of open source software.

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

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