block-components
block-components copied to clipboard
A collection of components built to be used in the block editor
### Description of the Change _This is still an early draft and needs more work_ Refactor the `Image` component to include the `figure` element in the markup of the `Image`...
### Description of the Change Adds ability to drag and replace the image in the Image Component Closes #165 ### Screencast https://github.com/10up/block-components/assets/17757960/076446f5-80d3-4773-b924-97632c9a2055 ### How to test the Change 1. Add...
### Is your enhancement related to a problem? Please describe. I want to disable the ContentSearch for card items that are part of the query loop. Example: ```jsx setAttributes({ selectedPost:...
### Describe the bug When searching for a custom post type post in ContentPicker javscript error triggers and block that uses ContentPicker crashes. Expecting search results to show without crashing...
It woild be great if we could figure out a way similar to how React itself handled it for shipping a non minified version of the package so that any...
### Description of the Change This is an exploration of how we could potentially handle adding a fallback image option to the image component. Closes #161 ### How to test...
When selecting a new item for the list, the only option was to have the item pushed to the top. This adds support for two other sorts: - `end` pushes...
### Description of the Change Adds functionality to search the content when at least three letters are typed in the ContentSearch's component search functionality, so we can save network bandwidth....
It would be great to have a simple react component mark any component as required. It should work similar to the `` component we already have in that you pass...
Currently there is no way for a user of the library to know what WordPress version supports the various components. And this actually is a bit of a tricky issue...