https://github.com/mwdelaney/block-bootstrap-carousel
Gutenberg block for creating Bootstrap carousels
https://github.com/mwdelaney/block-bootstrap-carousel
gutenberg gutenberg-blocks wordpress
Last synced: about 1 year ago
JSON representation
Gutenberg block for creating Bootstrap carousels
- Host: GitHub
- URL: https://github.com/mwdelaney/block-bootstrap-carousel
- Owner: MWDelaney
- Created: 2020-03-26T04:41:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-15T14:39:48.000Z (about 3 years ago)
- Last Synced: 2025-03-29T15:35:19.840Z (about 1 year ago)
- Topics: gutenberg, gutenberg-blocks, wordpress
- Language: JavaScript
- Homepage:
- Size: 3.47 MB
- Stars: 4
- Watchers: 0
- Forks: 3
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bootstrap Carousel block for WordPress
*Requires Bootstrap styles and javascript loaded on the front-end*
Development:
Inside the directory, you can run several commands:
$ npm start
Starts the build for development.
$ npm run build
Builds the code for production.
$ npm run format:js
Formats JavaScript files.
$ npm run lint:css
Lints CSS files.
$ npm run lint:js
Lints JavaScript files.
$ npm run packages-update
Updates WordPress packages to the latest version.Starts the build for development.
$ npm run build
Builds the code for production.