{"id":18979076,"url":"https://github.com/orangewise/robodo-masonrify","last_synced_at":"2025-06-18T13:37:36.830Z","repository":{"id":29291526,"uuid":"32824347","full_name":"orangewise/robodo-masonrify","owner":"orangewise","description":"Easily add Masonry-style dynamic layouts to Meteor.","archived":false,"fork":false,"pushed_at":"2015-03-24T21:09:46.000Z","size":144,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-01T10:43:59.597Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orangewise.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-24T20:48:45.000Z","updated_at":"2019-08-18T16:41:28.000Z","dependencies_parsed_at":"2022-09-25T06:11:25.511Z","dependency_job_id":null,"html_url":"https://github.com/orangewise/robodo-masonrify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orangewise%2Frobodo-masonrify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orangewise%2Frobodo-masonrify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orangewise%2Frobodo-masonrify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orangewise%2Frobodo-masonrify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orangewise","download_url":"https://codeload.github.com/orangewise/robodo-masonrify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239985712,"owners_count":19729512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T15:41:05.942Z","updated_at":"2025-02-21T08:42:50.600Z","avatar_url":"https://github.com/orangewise.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"robodo-masonrify\n================\n\nEasily add Masonry-style dynamic layouts to Meteor.\n\nBased on voodoohop:masonrify, but using Masonry, not Isotope as the render engine.\n\nNo Coffeescript :)\n\nusage:\n\n```sh\n$ meteor add robodo:masonrify\n```\n\nThe container div is created using the #masonryContainer block helper. For each masonry instance you wish to use define one id for the container, e.g. id=\"MasonryContainer\".\n\n```html\n{{#masonryContainer columnWidth=115 transitionDuration=\"0.1s\" id=\"MasonryContainer\" }}\n  ...\n{{/masonryContainer}}\n```\n\nUse the {{#masonryElement}} block helper to create the individual elements to be layouted. Pass the id previously defined...\n\n```html\n{{#masonryContainer columnWidth=115 transitionDuration=\"0.1s\" gutter=2 id=\"MasonryContainer\" }}\n {{#each exampleContentCollection}}\n   {{#masonryElement \"MasonryContainer\"}}\n     ... content ...\n   {{/masonryElement}}\n {{/each}}\n{{/masonryContainer}}\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forangewise%2Frobodo-masonrify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forangewise%2Frobodo-masonrify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forangewise%2Frobodo-masonrify/lists"}