Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomodomoco/gutenberg-controls
- Owner: TomodomoCo
- License: mit
- Created: 2018-07-22T19:14:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T12:49:52.000Z (about 6 years ago)
- Last Synced: 2024-10-10T19:06:22.501Z (about 1 month ago)
- Topics: gutenberg, react, wordpress
- Language: JavaScript
- Homepage: https://tomodomo.co/
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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!