Creative Slider Block Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Creative Slider Block plugin uses the power of the WordPress Block Editor to create beautiful and responsive sliders with ease. You can add a dedicated slider block to your pages or posts, allowing you to showcase any combination of content in a dynamic and visually engaging way. The Creative Slider Block provides you with complete control over each slide. Customize layouts and animations to create unique sliders that fit perfectly with your website’s design.
Features
- Powered by Swiper JS: The plugin leverages the powerful Swiper JS library, known for its high performance, smooth transitions, and mobile-friendly design.
- Flexible Content Options: Add any Gutenberg blocks to your slides, allowing you to combine text, images, videos, buttons, and more to create versatile sliders.
- Advanced Slider Customization: Control every aspect of your slider, from autoplay settings and transition speed to looping options, navigation and pagination options.
- Responsive and Touch-Enabled: Sliders are fully responsive and touch-enabled, ensuring a smooth user experience on all devices.
- Preview in Editor: Preview your slider directly in the WordPress block editor, making it easy to see your changes in real-time without needing to save or refresh the page.
Source Code
The unminified source code for the plugin’s JavaScript and CSS files is included in the /src
folder of this plugin.
To modify or rebuild the assets, follow these steps:
- Install dependencies:
npm install
- Run the development build:
npm run start
- Create a production build:
npm run build