WDS Blocks
WebDevStudios library of Gutenberg blocks.
by WebDevStudios · github.com/webdevstudios/wds-blocks · website
★ 137stars
14release downloads
27forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/webdevstudios/wds-blocks/releases/download/2.2.0/WDS-Blocks.zipFrom the readme
WDS Blocks
WebDevStudios library of Gutenberg blocks.
Current blocks
- Accordion
- Carousel
Table of Contents
- Current blocks
- Use as WordPress Plugin
- Plugin Development
- Requirements
- Install
- Development
- NPM Scripts
- Linting
- Webpack Config (optional)
- Contributing and Support
Use as WordPress Plugin
1. Download WDS Blocks
2. Extract wds-blocks-main.zip into your project's /plugins directory
3. Activate the plugin in the WordPress Dashboard
Plugin Development
If you're interested in using WDS Blocks to get started building your own blocks, follow the instructions below:
Requirements
- Node 14
- NPM 7
- Composer
- WordPress 5.0+
Install
Clone the repo with Git:
Install dependencies:
Development
WDS Blocks using @wordpress/scripts to handle compiling assets and watching for changes.
See the Official Gutenberg Developer Documentation for extensive tutorials, documentation, and API references.
NPM Scripts
Use the following commands to get started:
Watch for changes:
Build a production version of WDS Blocks:
Linting
Lint the codebase:
Format the codebase with Prettier:
Webpack Config (optional)
The optional webpack.config.js fil
Read the full README on GitHub →