Socket
Book a DemoInstallSign in
Socket

@ni/fast-element

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ni/fast-element

A library for constructing Web Components

latest
Source
npmnpm
Version
10.0.3
Version published
Weekly downloads
158
-38.04%
Maintainers
2
Weekly downloads
 
Created
Source

ni | fast | element

FAST Element

NI FAST Element NPM version and repo link

The fast-element library is a lightweight means to easily build performant, memory-efficient, standards-compliant Web Components. FAST Elements work in every major browser and can be used in combination with any front-end framework or even without a framework. This @ni/fast-element library is a fork of @microsoft/fast-element.

Getting Started

Installing from NPM

To install the fast-element library, use npm as follows:

npm install @ni/fast-element

Within your JavaScript or TypeScript code, you can then import library APIs like this:

import { FASTElement } from '@ni/fast-element';

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: Defining Elements 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