We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a great package! Great work guys. I just want to suggest a new feature to support css modules when adding a className or columnClassName.
The text was updated successfully, but these errors were encountered:
I'm using css modules with react-masonry-css, albeit in a basic way. What is missing that prevents you from using css modules?
react-masonry-css
Sorry, something went wrong.
Can you provide an example?
Could you not do something like this?:
<Masonry breakpointCols={3} className={`${styles.grid}`} columnClassName={styles.grid__column} > {/* array of JSX items */} </Masonry>
No branches or pull requests
This is a great package! Great work guys. I just want to suggest a new feature to support css modules when adding a className or columnClassName.
The text was updated successfully, but these errors were encountered: