move
Move the target element by appending it to another element.
Arguments:
targetis the element being moved.elementis the id of the destination container.element_selis a CSS selector for the destination and takes precedence overelement.
{% button text="Move notice" action={move target="notice" element="sidebar"} %}