Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomodomoco/gutenberg-controls

Custom controls for the Gutenberg editor for WordPress
https://github.com/tomodomoco/gutenberg-controls

gutenberg react wordpress

Last synced: about 1 month ago
JSON representation

Custom controls for the Gutenberg editor for WordPress

Awesome Lists containing this project

README

        

# Tomodomo Gutenberg Controls

This repo contains a selection of custom controls for the WordPress Gutenberg editor.

## Controls

### RadioImageControl

This control adds a visual element to the standard Gutenberg `RadioControl`, allowing you to display a preview image with each item in the picker:

![image-radio-image-control](https://user-images.githubusercontent.com/1231306/43051364-dfdad69c-8de6-11e8-8da2-cecf6c4532ac.png)

#### Usage

The control has most of the same properties as the standard Gutenberg `RadioControl`, with a slight variation in the addition of the `preview` parameter inside each option.

```jsx
import { RadioImageControl } from "@tomodomo/gutenberg-controls";

```

## About Tomodomo

Tomodomo is a creative agency for magazine publishers. We use custom design and technology to speed up your editorial workflow, engage your readers, and build sustainable subscription revenue for your business.

Learn more at [tomodomo.co](https://tomodomo.co) or email us: [[email protected]](mailto:[email protected])

## License & Conduct

This project is licensed under the terms of the MIT License, included in `LICENSE.md`.

All open source Tomodomo projects follow a strict code of conduct, included in `CODEOFCONDUCT.md`. We ask that all contributors adhere to the standards and guidelines in that document.

Thank you!