You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank for make Muuri into React. It is a nice library.
According to the Muuri docs , there is an option items to specify which items are initial items, so there can be something else in the Muuri component without it being a grid item.
Example
<MuuriComponent items=".item" dragEnabled ...>
<div>This is not a grid item and should not be draggable</div>
<div className="item">This is a grid item and should be draggable</div>
</MuuriComponent>
Is the feature in muuri-react? I am not able to find a similar prop.
The text was updated successfully, but these errors were encountered:
WillisShek
changed the title
Is there an option for "items` from Muuri?
Is there an option for "items" from Muuri?
May 12, 2021
Thank for make Muuri into React. It is a nice library.
According to the Muuri docs , there is an option
items
to specify which items are initial items, so there can be something else in the Muuri component without it being a grid item.Example
Is the feature in muuri-react? I am not able to find a similar prop.
The text was updated successfully, but these errors were encountered: