Socket
Book a DemoInstallSign in
Socket

@ni/fast-react-wrapper

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ni/fast-react-wrapper

A utility for wrapping web components for use in React.

latest
Source
npmnpm
Version
10.1.4
Version published
Maintainers
2
Created
Source

ni | fast | react wrapper

FAST React Wrapper

NI FAST React Wrapper NPM version and repo link

The fast-react-wrapper package contains a utility that enables automatically wrapping Web Components in a React component for ease of integration into React projects. This @ni/fast-react-wrapper library is a fork of @microsoft/fast-react-wrapper.

Getting Started

Installing from NPM

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

npm install @ni/fast-react-wrapper

Within your JavaScript or TypeScript code, you can then and use the wrapper like this:

import React from 'react';
import { provideReactWrapper } from '@ni/fast-react-wrapper';

const { wrap } = provideReactWrapper(React);

const MyComponent = wrap(MyComponent);

For additional wrapper settings and more information on integrating with Design Systems, see the FAST 1.x: React integration docs.

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