block-components icon indicating copy to clipboard operation
block-components copied to clipboard

A collection of components built to be used in the block editor

Results 44 block-components issues
Sort by recently updated
recently updated
newest added

I just stumbled across the fact that core has a `Draggable` component. It would be great to not have to include / bundle all of DND-Kit in the block components...

[Type] Enhancement
Good First Issue

prop types / `defaultProps` were deprecated all the way in 2017 and are now getting removed in React 19. WordPress will likely update it's React version relatively soon after the...

Good First Issue
Needs Help
[Type] Code Quality

### Describe your question Hello! Im using your "Image" component for my block creations which is working so good! Now I'm having a small issue, related to @emotion/react dependecy that...

A while ago we've started converting the codebase to using TypeScript #267 Now we actually need to convert the existing components to using it. ```[tasklist] ### API's - [ ]...

[Type] Enhancement
Needs Help
[Type] Code Quality

### Is your enhancement related to a problem? Please describe. Currently, the `Image` component does not change state when an image is uploading. So if you upload a large image,...

[Type] Enhancement
Good First Issue
[Component] Image

It would be great to figure out a way to make the individual components in this package tree shakable. Right now the entire code is being imported when you import...

[Type] Enhancement
[Type] Infrastructure

### Is your enhancement related to a problem? Please describe. I would like to update the Media Upload label via props, currently its just 'Add Image' - https://github.com/10up/block-components/blob/3f113d3d8de843f0cbe0f32cd34764d78486fcc5/components/media-toolbar/index.js#L45 ### Designs...

[Type] Enhancement
[Component] Image

### Is your enhancement related to a problem? Please describe. Use case: I want to use the `MediaToolbar` with the `Video` component introduced in https://github.com/10up/block-components/pull/225, but the labels on this...

[Type] Enhancement
[Component] Image

We have identified that some components are creating unexpected results for users with lower privileges such as `author`. Therefore we should perform an audit and ideally run tests for the...

[Type] Documentation
Good First Issue
[Type] Code Quality

### Description of the Change Adds a `Video` component to match [`Image`](), and a `VideoControl` component to simplify uploading and other aspects of the video. Adds **incomplete** documentation for the...

New Component
Needs Design Feedback
Needs Accessibility Feedback