Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 865 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 865 Bytes

Testimonials Slider Block

This project brings a testimonials slider block to the new WordPress Gutenberg editor.

Features

  • Add testimonial text, author name, author image and author profile link
  • Uses Bootstrap and Font Awesome
  • Uses Webpack 4 for compiling

Requirements

Node 8+

Setup

Download this folder in your plugins directory

cd /wp-content/plugins/testimonials-slider-block/
npm install

To start developing

npm start

To build

npm run build

testimonials slider block


This project was based on guten-testimonial-block which was bootstrapped with Create Guten Block.