Style Tiles
WordPress Gutenberg block that renders style tiles from design tokens. Drop a visual direction into any post or page.
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/mikezielonkadotcom/style-tiles/archive/refs/heads/main.zipReadme
=== Style Tiles === Contributors: mzv Tags: gutenberg, block, design, style tiles, design tokens Requires at least: 6.4 Tested up to: 6.8 Requires PHP: 7.4 Stable tag: 1.0.0 License: MIT License URI: https://opensource.org/licenses/MIT
A Gutenberg block plugin that renders beautiful style tiles for brand direction, design token communication, and client presentation.
== Description ==
Style Tiles adds a mzv/style-tile block that lets designers and content teams present brand direction through colors, typography, buttons, textures, spacing scale, and adjectives.
Features:
- Dedicated design block category and
mzv/style-tileblock. - Sidebar controls for all tile settings.
- DTCG JSON import and export support.
- Figma variable-style JSON import support.
- WCAG contrast display for text/color pairings.
- Light and dark themes.
- Horizontal and vertical layout presets.
- Theme mapping display for WordPress Core, Kadence, and GeneratePress.
- Dynamic Google Fonts loading based on selected fonts.
- Pure CSS frontend rendering with responsive and print styles.
== Installation ==
- Upload the plugin folder to
/wp-content/plugins/style-tiles. - Activate the plugin through the "Plugins" screen in WordPress.
- Edit any post/page and add the "Style Tile" block.
== Development ==
- Run
npm install. - Run
npm run startfor watch mode. - Run
npm run buildfor production assets.
== Changelog ==
= 1.0.0 =
- Initial release.