/** * Render slot node with attributes * * If your component has multiple root elements, vue will not pass attributes automatically. * With `WithAttributes` you can wrap element that must be rendered with attributes. * You can also specify attributes manually using `attrs` prop. * * @notice slot can be wrapped, then attributes will be passed to the element rendered in slot * * @example * * ``` *