blockscontrols
blockscontrols refers to a design pattern and UI component used in block-based editors to provide a per-block toolbar of actions. It is commonly implemented as a small control bar that appears with an individual content block, enabling users to perform block-specific operations without leaving the block.
The primary purpose of blockscontrols is to give editors quick access to block-level actions such as moving
Architecturally, blockscontrols is typically realized as a UI component that accepts child controls and integrates with
In practice, examples of blockscontrols appear in many block-based editors and page builders, including implementations inspired