Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@codin/mwc-grid
Advanced tools
Simple component that implements Material Design grid
<mwc-grid>
<mwc-grid-cell desktop="6">
<p>some content</p>
</mwc-grid-cell>
<mwc-grid-cell desktop="6">
<mwc-grid-inner>
<mwc-grid-cell span="8">
<p>some other content</p>
</mwc-grid-cell>
</mwc-grid-inner>
</mwc-grid-cell>
</mwc-grid>
Property | Description | Value |
---|---|---|
align | alignment of container | left, right |
This element is append before content slot of grid
To nest layout grid, add mwc-grid-inner to wrap around nested mwc-grid-cell within an existing mwc-grid-cell. However, the Material Design guidelines do not recommend having a deeply nested grid as it might mean an over complicated UX.
Property | Description | Value |
---|---|---|
span | grid span | 1-12 (default: 12) |
mobile | grid span @mobile | 1-4 |
tablet | grid span @tablet | 1-8 |
desktop | grid span @desktop | 1-12 |
order | order of cell | number |
align | alignment of cell | top, middle, bottom |
see material.io
FAQs
Element for highlighting code
The npm package @codin/mwc-grid receives a total of 12 weekly downloads. As such, @codin/mwc-grid popularity was classified as not popular.
We found that @codin/mwc-grid demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.