All Projects → ndiego → icon-block

ndiego / icon-block

Licence: GPL-2.0 license
A simple little WordPress block that allows you add an SVG icon or graphic to your website.

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to icon-block

chatterbox
Create chat threads using WordPress Blocks inside app and device wrappers.
Stars: ✭ 18 (-25%)
Mutual labels:  wordpress-plugin, gutenberg, gutenberg-blocks
wp-block-description-list
A wordpress gutenberg block plugin for description lists.
Stars: ✭ 17 (-29.17%)
Mutual labels:  wordpress-plugin, gutenberg, gutenberg-blocks
qubely
Qubely Blocks – Full-fledged Gutenberg Toolkit
Stars: ✭ 76 (+216.67%)
Mutual labels:  wordpress-plugin, gutenberg, gutenberg-blocks
disable-drop-cap
Plugin to disable drop cap in Gutenberg editor paragraph block.
Stars: ✭ 11 (-54.17%)
Mutual labels:  wordpress-plugin, gutenberg
averroes
A Gutenberg compatible markdown editor. Write in Markdown, edit in Markdown and preview in HTML.
Stars: ✭ 15 (-37.5%)
Mutual labels:  wordpress-plugin, gutenberg
ultimate-addons-for-gutenberg
Power-up the Gutenberg editor with advanced and powerful blocks that help you build websites in minutes!
Stars: ✭ 166 (+591.67%)
Mutual labels:  wordpress-plugin, gutenberg
getwid-style-kit
This boilerplate is designed for WordPress theme developers who are interested in developing themes with the new WordPress 5.x Block Editor - Gutenberg.
Stars: ✭ 33 (+37.5%)
Mutual labels:  gutenberg, gutenberg-blocks
slotfill-and-filter-demos
This repo can be used as reference or can be installed as a plugin in any WordPress install to make code changes as needed. Each SlotFill or filter is explained with examples. This is meant to be a working document and will change as Gutenberg does.
Stars: ✭ 93 (+287.5%)
Mutual labels:  gutenberg, gutenberg-blocks
graphql-gutenblock-example
Example Gutenberg Block using WPGraphQL to populate the data
Stars: ✭ 17 (-29.17%)
Mutual labels:  wordpress-plugin, gutenberg
Create Guten Block
📦 A zero-configuration #0CJS developer toolkit for building WordPress Gutenberg block plugins.
Stars: ✭ 3,040 (+12566.67%)
Mutual labels:  wordpress-plugin, gutenberg
Guty-Blocks-2
A minimal, fast development environment for WordPress Gutenberg blocks
Stars: ✭ 52 (+116.67%)
Mutual labels:  gutenberg, gutenberg-blocks
caxton
Gutenberg pro
Stars: ✭ 22 (-8.33%)
Mutual labels:  gutenberg, gutenberg-blocks
gutenberg-forms
The Next Generation WordPress Form Builder.
Stars: ✭ 98 (+308.33%)
Mutual labels:  gutenberg, gutenberg-blocks
block-navigation
Sidebar with the current post blocks and some tools to facilitate the editing process in the Gutenberg editor.
Stars: ✭ 16 (-33.33%)
Mutual labels:  wordpress-plugin, gutenberg
browser-shots
A WordPress plugin for taking screenshots of websites using the block editor.
Stars: ✭ 17 (-29.17%)
Mutual labels:  gutenberg, gutenberg-blocks
gutenberg-i18n-block
Gutenberg block to demo internationalization functionality.
Stars: ✭ 35 (+45.83%)
Mutual labels:  wordpress-plugin, gutenberg
Gutenberg
The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
Stars: ✭ 7,409 (+30770.83%)
Mutual labels:  wordpress-plugin, gutenberg
gutenberg-workshop
⚒️ A Gutenberg Workshop 🅱️
Stars: ✭ 21 (-12.5%)
Mutual labels:  gutenberg, gutenberg-blocks
benenson
A Gutenberg WordPress theme
Stars: ✭ 70 (+191.67%)
Mutual labels:  gutenberg, gutenberg-blocks
zionbuilder
Revolutionary WordPress page builder
Stars: ✭ 42 (+75%)
Mutual labels:  wordpress-plugin

Icon Block

License

The Icon Block

A simple little block that allows you add a custom SVG icon or graphic to the Block Editor (Gutenberg). The plugin also includes the complete WordPress icon library with 270+ SVG icons to choose from!

Key Features

  • 270+ native WordPress icons, including social logos
  • Use any custom SVG icon or graphic
  • Includes some handy icon controls (link, rotate, alignment, colors, border, padding, margin, etc.)
  • No block library required 🎉
  • Built almost entirely with native WordPress components
  • Will get additional functionality as it's added to WordPress core

Requirements

  • WordPress 5.9+ or 5.8+ with Gutenberg active
  • PHP 7.0+

Development

  1. Set up a local WordPress development environment.
  2. Clone / download this repository into the wp-content/plugins folder.
  3. Navigate to the wp-content/plugins/icon-block folder in the command line.
  4. Run npm install to install the plugin's dependencies within a /node_modules/ folder.
  5. Run composer install to install the additional WordPress composer tools within a /vendor/ folder.
  6. Run npm run start to compile and watch source files for changes while developing.

Refer to package.json and composer.json for additional commands.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].