This package has been deprecated

Author message:

This package is no longer maintained. See what we're doing today at https://github.com/microsoft/fast

@microsoft/fast-components-react-msft
TypeScript icon, indicating that this package has built-in type declarations

4.32.0 • Public • Published

FAST Components React MSFT

A set of React components which implements the Microsoft styling.

Installation

npm i --save @microsoft/fast-components-react-msft

Usage

An example of using one of the components from the @microsoft/fast-components-react-msft package:

import React from "react";
import ReactDOM from "react-dom";
import { Button, ButtonAppearance } from "@microsoft/fast-components-react-msft";

const root = document.createElement("div");
root.setAttribute("id", "root");
document.body.appendChild(root);

function render(): void {
    ReactDOM.render(
        <Button appearance={ButtonAppearance.primary}>
            Click me!
        </Button>,
        root
    );
}

render();

Documentation site

FAST Components React Microsoft

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @microsoft/fast-components-react-msft

Weekly Downloads

41

Version

4.32.0

License

MIT

Unpacked Size

680 kB

Total Files

501

Last publish

Collaborators

  • microsoft1es
  • fastsvc
  • chrisdholt
  • awentzel
  • janechu
  • fluentweb
  • nirice