type Props struct {
ID string// id of the dragAndDrop container Name string// name of the dragAndDrop container Group string// allows transfers between 'groups' of the same name Items []templ.Component// list of items as templ.Components (inside of the draggable <li>)}