There exist the following :
- wp.editor.PanelColorSettings
- wp.editor.InspectorControls
- wp.editor.RichText
- wp.editor.BlockControls
- etc.
Where is the documentation that shows the full list of available ‘components’ in wp.editor?
Also, where is the equivelent documentation for
wp.element and wp.components?
Yours, frustratedly
I have gone through the implementation of all Gutenberg core blocks in start, so now if I have to know how to use something then I first find the closest core component which is implementing that and then looks at the documentation of that particular block via https://github.com/WordPress/gutenberg/tree/master/packages/block-library/src
This process is solving problems for me up until now.