Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@material/grid-list

Package Overview
Dependencies
Maintainers
12
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/grid-list - npm Package Compare versions

Comparing version 0.35.0 to 0.36.0

4

package.json
{
"name": "@material/grid-list",
"version": "0.35.0",
"version": "0.36.0",
"description": "The Material Components for the web grid list component",

@@ -17,3 +17,3 @@ "license": "Apache-2.0",

"@material/base": "^0.35.0",
"@material/rtl": "^0.35.0",
"@material/rtl": "^0.36.0",
"@material/theme": "^0.35.0",

@@ -20,0 +20,0 @@ "@material/typography": "^0.35.0"

@@ -10,13 +10,12 @@ <!--docs:

## Important - Deprecation Notice
The existing `MDCGridList` component and styles will be removed in a future release. Some of its functionality
will be available in the [MDC Image List](../mdc-image-list) package instead. Bugs and feature requests
will no longer be accepted for the `mdc-grid-list` package. It is recommended that you migrate to the
`mdc-image-list` package to continue to receive new features and updates.
# Grid Lists
<!--<div class="article__asset">
<a class="article__asset-link"
href="https://material-components-web.appspot.com/grid-list.html">
<img src="{{ site.rootpath }}/images/mdc_web_screenshots/grids.png" width="320" alt="Grid lists screenshot">
</a>
</div>-->
MDC Grid List provides a RTL-aware Material Design Grid list component adhering to the
[Material Design Grid list spec](https://material.io/guidelines/components/grid-lists.html).
MDC Grid List provides a RTL-aware Material Design Grid list component adhering to the Material Design Grid list spec.
Grid Lists are best suited for presenting homogeneous data, typically images.

@@ -26,13 +25,2 @@ Each item in a grid list is called a **tile**. Tiles maintain consistent width, height, and padding

## Design & API Documentation
<ul class="icon-list">
<li class="icon-list-item icon-list-item--spec">
<a href="https://material.io/guidelines/components/grid-lists.html">Material Design guidelines: Grid lists</a>
</li>
<li class="icon-list-item icon-list-item--link">
<a href="https://material-components-web.appspot.com/grid-list.html">Demo</a>
</li>
</ul>
## Installation

@@ -39,0 +27,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc