Average Ratings 0 Ratings
Average Ratings 0 Ratings
Description
Masonry is a JavaScript library designed for creating grid layouts. It efficiently positions elements based on the vertical space available, similar to how a mason would skillfully arrange stones within a wall. This layout technique can be observed frequently across various websites. The styling and size of each item are dictated by your own CSS, allowing for significant customization. For responsive designs, item sizes can be adjusted using percentage values. However, when images are not loaded, they can disrupt the layout, causing overlapping elements; this is where imagesLoaded comes into play. imagesLoaded is an additional script that can be easily downloaded and integrated to solve this problem. Interestingly, you can set up Masonry directly in your HTML without needing to write any JavaScript code. While all configuration options are optional, it is advisable to specify column width and item selection for optimal performance. Items can be aligned neatly to a horizontal grid, and you have the flexibility to use element sizing with percentage widths for responsive designs. Additionally, controlling element sizing through CSS is beneficial for creating layouts that adapt well across different media queries, enhancing the overall user experience.
Description
The Polymer library offers a robust set of functionalities for developing custom elements, streamlining the process to ensure they behave like standard DOM elements. Just like conventional DOM elements, Polymer elements can be created through a constructor or by utilizing document creation methods, and they can be configured via attributes or properties. Each instance can contain an internal DOM, adapt to changes in properties and attributes, and receive styling both from internal defaults and external sources, all while responding to methods that alter their internal state. When you register a custom element, you link a class to a specific custom element name, and the element includes lifecycle callbacks to effectively manage its various stages. Additionally, Polymer facilitates property declarations, allowing for seamless integration of your element's property API with the Polymer data system. By employing Shadow DOM, your element gains a locally scoped and encapsulated DOM tree, and Polymer can automatically generate and fill a shadow tree for your element derived from a DOM template, enhancing the modularity and reusability of your code. This combination of features not only simplifies the creation of custom elements but also ensures they integrate smoothly into the wider ecosystem of web components.
API Access
Has API
API Access
Has API
Integrations
Gerrit Code Review
Pricing Details
Free
Free Trial
Free Version
Pricing Details
Free
Free Trial
Free Version
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Vendor Details
Company Name
Masonry
Country
United States
Website
masonry.desandro.com
Vendor Details
Company Name
Polymer
Founded
2014
Country
United States
Website
polymer-library.polymer-project.org/3.0/docs/devguide/feature-overview