Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@miraidesigns/card
Advanced tools
Cards are containers with a single object or focus. They are made up of a title and description and may also include media elements and require user actions.
<div class="mdf-card">
<div class="mdf-card__header">
<h2 class="mdf-card__title">Card title</h2>
</div>
<div class="mdf-card__content">
<p>Some text describing the card's content or purpose.</p>
</div>
</div>
// Include default styles without configuration
@forward '@miraidesigns/card/styles';
// Configure appearance
@use '@miraidesigns/card' with (
$variable: value
);
@include card.styles();
Some basic examples on how the module can be used.
Media like images or video and user actions are easily added to any card.
<div class="mdf-card">
<div class="mdf-card__media">
<img class="mdf-card__media-item" src="1.jpg" alt="Image description">
</div>
<div class="mdf-card__header">
<h2 class="mdf-card__title">Card title</h2>
</div>
<div class="mdf-card__content">
<p>Some text describing the card's content or purpose.</p>
</div>
<div class="mdf-card__footer">
<button class="mdf-button">Action 1</button>
<button class="mdf-button">Action 2</button>
</div>
</div>
Name | Type | Description |
---|---|---|
mdf-card | Parent | Container for the card elements |
mdf-card--bordered | Modifier | Add a border to the card |
mdf-card--raised | Modifier | Elevate the card by adding a shadow |
mdf-card--fixed-width | Modifier | Restrict the card's width |
mdf-card__media | Child | Contains the media elements. Child to .mdf-card |
mdf-card__media-item | Child | Media element. Child to .mdf-card__media |
mdf-card__header | Child | Contains the title. Child to .mdf-card |
mdf-card__title | Child | Title element. Child to .mdf-card__header |
mdf-card__content | Child | Contains the cards text description. Child to .mdf-card |
mdf-card__footer | Child | Contains the action buttons. Child to .mdf-card |
FAQs
Mirai Designs Framework: Card module
The npm package @miraidesigns/card receives a total of 0 weekly downloads. As such, @miraidesigns/card popularity was classified as not popular.
We found that @miraidesigns/card 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.