Skip to content

Latest commit

 

History

History
 
 

fast-foundation

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.