Socket
Book a DemoInstallSign in
Socket

@ni/fast-foundation

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ni/fast-foundation

A library of Web Component building blocks

latest
Source
npmnpm
Version
10.1.3
Version published
Maintainers
2
Created
Source

ni | fast | foundation

FAST Foundation

NI FAST Foundation NPM version and repo link

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.

Getting Started

Installing from NPM

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.

Documentation

See the FAST 1.x: Creating a Component Library documentation and related topics.

FAQs

Package last updated on 15 Aug 2025

Did you know?

Socket

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.

Install

Related posts