When generating labels and nice looks for user input.
<BaseControl
help="Anything you want opens on click"
>
<BaseControl.VisualLabel>
Author
</BaseControl.VisualLabel>
<Button isSecondary style={{ marginLeft: "8px"}}>
Select an author
</Button>
</BaseControl>
Uses BaseControl.VisualLabel that kind of works like a label-HTML tag.