Niklas Rämö
Niklas Rämö
I might be mistaken, but it sounds to me that you would only need to implement your own [_layout algorithm_](https://github.com/haltu/muuri#grid-option-layout). Here's an example how to do that: https://codepen.io/niklasramo/pen/LLbLLd.
Hi! Thanks for the feedback, glad you like it! React and Vue versions have been on my mind for a while now, but I want to first get this vanilla...
@toxsick I actually haven't had the chance to try out Muuri with React yet, but that's pretty high on my todo-list. I'd be interested to hear about the problems you...
@soelynn Awesome! I gotta test it myself and get `require('muuri')` working properly. Muuri uses UMD pattern and should at least theoretically work as CommonJS and AMD module as well as...
Just tested muuri in a [Create React App](https://github.com/facebookincubator/create-react-app) project (which uses webpack) and indeed there's an issue with importing muuri. I think I got it fixed now though and will...
https://github.com/haltu/muuri/milestone/4 Should be ready by the end of the month, just testing and reviewing currently.
@toxsick @realsoelynn and anyone else interested, v0.4.0 is now released :champagne:
@awreccan super awesome to hear Muuri is working for you 🙂 I've been planning to start on working on the React version way too long, and maybe time is now...
@awreccan done 🙂 also, here's the repo: https://github.com/muurijs/react-muuri
@reyronald Great to hear! Just hoping I can pull out some time soon to get the groundwork done for it.