Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strarsis/slider-block
Gutenblock for a slider/slideshow
https://github.com/strarsis/slider-block
Last synced: 13 days ago
JSON representation
Gutenblock for a slider/slideshow
- Host: GitHub
- URL: https://github.com/strarsis/slider-block
- Owner: strarsis
- License: mit
- Created: 2018-05-06T00:55:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T10:25:50.000Z (about 1 year ago)
- Last Synced: 2024-10-18T23:55:37.945Z (about 1 month ago)
- Language: JavaScript
- Size: 2.32 MB
- Stars: 14
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This plugin provides a Gutenblock (for WordPress [Gutenberg](https://github.com/WordPress/gutenberg)) for a slider ([Swiper](http://idangero.us/swiper/) based).
Please note that this is still alpha!
It is possible to place other blocks into the slider, even nesting the slider and view the resulting slider in frontend.Some features haven't been implemented yet like slider specific options or a separate slide block (currently commented out).
Any improvements are appreciated!Below you will find some information on how to run scripts.
## 👉 `npm start`
- Use to compile and run the block in development mode.
- Watches for any changes and reports back any errors in your code.## 👉 `npm run build`
- Use to build production code for your block inside `dist` folder.
- Runs once and reports back the gzip file sizes of the produced code.## 👉 `npm run eject`
- Use to eject your plugin out of `create-guten-block`.
- Provides all the configurations so you can customize the project as you want.
- It's a one-way street, `eject` and you have to maintain everything yourself.
- You don't normally have to `eject` a project because by ejecting you lose the connection with `create-guten-block` and from there onwards you have to update and maintain all the dependencies on your own.This project was bootstrapped with [Create Guten Block](https://github.com/ahmadawais/create-guten-block).