Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there an option for "items" from Muuri? #55

Open
WillisShek opened this issue May 12, 2021 · 0 comments
Open

Is there an option for "items" from Muuri? #55

WillisShek opened this issue May 12, 2021 · 0 comments

Comments

@WillisShek
Copy link

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.

@WillisShek WillisShek changed the title Is there an option for "items` from Muuri? Is there an option for "items" from Muuri? May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant