Creating custom Gutenberg component with Editable Link Button
-
Hi,
How do I create a custom Gutenberg block with a button inside that has an editable link?
I want the ‘learn-more’ button to look like this:
https://postimg.cc/N22Dpk9v/7d22ad3b
But so far, using the <Button/> component imported from @wordpress/components, I’ve only been able to get this:
https://postimg.cc/xkjPW2JR/efd0073e
And I can’t edit the Button either. This column is contained in a larger block, and I can’t access the settings for the Button, unfortunately, even though I would like to edit them.
Thank you,
James
The topic ‘Creating custom Gutenberg component with Editable Link Button’ is closed to new replies.