Draggable
yarn add react-draggableUsage
<Draggable bounds="#basic-tile-draggable-container">
<div
className="absolute right-1 bottom-0"
style={{
width: Math.floor(width / 7),
height: Math.floor(height / 7),
}}
>
<VideoBubble
callItem={subItem}
playAudio={false}
monitorAudio={true}
showName={false}
/>
</div>
</Draggable>Last updated