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.
@bolt/components-device-viewer
Advanced tools
Stylistic pull quote styles for all types of layout. Part of the Bolt “Components” CSS framework that powers the Bolt Design System.
<bolt-blockquote bolt-component>
<blockquote class="c-bolt-blockquote c-bolt-blockquote--align-items-start c-bolt-blockquote--bordered-vertical">
<div class="c-bolt-blockquote__logo">
<bolt-logo>
...
</bolt-logo>
</div>
<div class="c-bolt-blockquote__quote">
<div class="c-bolt-text c-bolt-text--semibold c-bolt-text--normal c-bolt-text--xlarge">
<span class="c-bolt-text__text">
<p>Quote text.</p>
</span>
</div>
</div>
<footer class="c-bolt-blockquote__footer">
<div class="c-bolt-blockquote__footer-item">
<div class="c-bolt-blockquote__image">
<bolt-image>
...
</bolt-image>
</div>
</div>
<div class="c-bolt-blockquote__footer-item">
<cite class="c-bolt-text c-bolt-text--bold c-bolt-text--normal c-bolt-text--xsmall">
<span class="c-bolt-text__text">
Author Name
</span>
</cite>
<p class="c-bolt-text c-bolt-text--regular c-bolt-text--normal c-bolt-text--xsmall">
<span class="c-bolt-text__text">
Author Title
</span>
</p>
</div>
</footer>
</blockquote>
</bolt-blockquote>
npm install @bolt/blockquote
The best way to start using Bolt is via the Bolt Starterkit (coming soon), a pre-assembled front-end boilerplate designed to get you up and running as quickly as possible.
You can also use the full Bolt Core CSS framework on its own, or, install just the parts you need and fold the different ITCSS layers of Bolt into your existing codebase.
Installing Bolt’s Action Blocks component is as easy as running NPM install:
npm install @bolt/blockquote
TIP:: Don’t have a
package.json
file? Need a little help getting started? Check out our Getting Started guide for some tips to help get you up to speed.
Once installed, you should @import
the main Sass partial into your project’s main .scss
file to make the included variables available to the rest of your code.
// Settings
@import '@bolt/settings-global';
@import '@bolt/settings-colors';
// Tools
@import '@bolt/tools-spacing';
@import '@bolt/tools-color-palette';
Since Bolt’s CSS architecture is based on ITCSS (Inverted Triangle CSS)1, what Sass partials you import, and in what order, makes a whole world of difference. That’s why importing any Settings packages from Bolt in your project’s Settings layer (prior to any Sass mixins, resets, base HTML element styles, etc) is so important.
We recommend using Bolt’s Gulp-based front-end build tools to compile your Sass as we’re pre-packaging many of the latest tools and add-ons to help you write your very best: LibSass, Autoprefixer, PostCSS, CleanCSS, Sassdoc, Stylelint, Gulp Plumber, npm-sass, and BrowserSync live reloading.
FAQs
Mockup frames emulating phones, tablets, and laptops.
The npm package @bolt/components-device-viewer receives a total of 145 weekly downloads. As such, @bolt/components-device-viewer popularity was classified as not popular.
We found that @bolt/components-device-viewer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.