Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@nib-styles/article-cards
Advanced tools
Fixed width news article cards for nib pages. Used for the homepage and /nib-news
Fixed width news article cards for nib pages. Used for the homepage and /nib-news
npm install --save @nib-styles/article-cards
Card grid can be limited to 3 columns or unlimited and fill the space.
<div class="article-cards article-cards--limited-to-three-columns">
<a class="article-card"></a>
<a class="article-card"></a>
<a class="article-card"></a>
</div>
There are three categories of article-card
:
Media
Health Cover
Healthy Life
<a class="article-card article-card--media"></a>
<a class="article-card article-card--health-cover"></a>
<a class="article-card article-card--health-life"></a>
An article-card is comprised of a date, title, blurb and link:
<div class="article-cards article-cards--limited-to-three-columns">
<a class="article-card article-card--media" href="#">
<p class="article-card__date">02 June 2016</p>
<h1 class="article-card__title">Netus blandit habitant cursus</h1>
<p class="article-card__blurb">
Diam adipiscing orci ullamcorper feugiat dapibus a lacus sagittis a nulla feugiat a phasellus netus blandit habitant cursus scelerisque quisque taciti enim.
</p>
<div class="article-card__link">Read full article</div>
</a>
</div>
Articles can omit any of these elements (e.g. blurb). A group of articles should contain the same elements to maintain equal heights.
FAQs
Fixed width news article cards for nib pages. Used for the homepage and /nib-news
The npm package @nib-styles/article-cards receives a total of 4 weekly downloads. As such, @nib-styles/article-cards popularity was classified as not popular.
We found that @nib-styles/article-cards demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 20 open source maintainers 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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.