
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@ni/fast-foundation
Advanced tools
ni | fast | foundation
The fast-foundation
package is a library of Web Component classes, templates, and other utilities intended to be composed into registered Web Components by design systems (e.g. NI Nimble Design System, etc.). The exports of this package can generally be thought of as un-styled base components that implement semantic and accessible markup and behavior. This @ni/fast-foundation
library is a fork of @microsoft/fast-foundation
.
This package does not export Web Components registered as custom elements - it exports parts and pieces intended to be composed into Web Components, allowing you to implement your own design language by simply applying CSS styles and behaviors without having to write all the JavaScript that's involved in building production-quality component implementations.
To install the fast-foundation
library, use npm
as follows:
npm install @ni/fast-foundation
Within your JavaScript or TypeScript code, you can then import library APIs like this:
import { Anchor } from '@ni/fast-foundation';
Looking for a setup that integrates with a particular front-end framework or bundler? Check out the FAST 1.x: integration docs.
See the FAST 1.x: Creating a Component Library documentation and related topics.
FAQs
A library of Web Component building blocks
The npm package @ni/fast-foundation receives a total of 70 weekly downloads. As such, @ni/fast-foundation popularity was classified as not popular.
We found that @ni/fast-foundation demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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 discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.