
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
pui-css-code
Advanced tools
A CSS code component that can be installed via this npm package. This package provides all of the CSS you need to use the component.
By default, code blocks will not have syntax highlighting. To enable this, use the PUI PrismJS package. It is a wrapper around Prism.
npm install pui-prismjs
You will also need to include a Prism theme.
npm install prismjs-default-theme
# or
npm install prismjs-okaidia-theme
To install the package from the command line:
npm install pui-css-code
<pre class="pre-unstyled"><code>class Foo
def bar
puts 'hi'
end
end</code></pre>
You can find more examples of the code component in the pui style guide
This is a component of Pivotal UI, a collection of React and CSS components for rapidly building and prototyping UIs.
(c) Copyright 2017 Pivotal Software, Inc. All Rights Reserved.
FAQs
code css component for Pivotal UI based on Bootstrap
The npm package pui-css-code receives a total of 83 weekly downloads. As such, pui-css-code popularity was classified as not popular.
We found that pui-css-code 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
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.