The adaptive interface system for modern web experiences.
Перейти к файлу
janechu 03f685d36c Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
.github Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
.vscode Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
.yarn/releases Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
build Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
change Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
docs Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
examples Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
packages Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
sites Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
specs Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
.actrc Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
.eslintignore Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
.eslintrc.js Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
.gitattributes Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
.gitignore Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
.npmrc Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
.prettierignore Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
.prettierrc Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
.yarnrc Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
BRANCH_GUIDE.md Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
CODE_OF_CONDUCT.md Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
CONTRIBUTING.md Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
LICENSE Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
README.md Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
SECURITY.md Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
api-extractor.json Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
babel.config.js Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
beachball.config.js Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
lerna.json Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
package.json Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
tsconfig.json Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00
yarn.lock Deploying to gh-pages from @ microsoft/fast@80b04a91a0 🚀 2024-09-09 21:40:37 +00:00

README.md

fast_banner_github_914.png

FAST

License: MIT TypeScript code style: prettier

Maintainability Test Coverage Validate PRs Validate Platforms/Browsers

Deploy Documentation Deploy CDN

Discord Twitter

We appreciate your star, it helps!

Introduction

FAST is dedicated to providing support for native Web Components and modern Web Standards, and it's designed to help you efficiently tackle some of the most common challenges in website and application design and development.

TL;DR

  • Create reusable UI components with @microsoft/fast-element, all based on W3C Web Component standards.
  • Integrate FAST Web Components with any library, framework, or build system. You can adopt incrementally without re-writing your existing systems.

For an in-depth explanation of FAST see our docs introduction.

Packages

@microsoft/fast-element

License: MIT npm version

The @microsoft/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. To get up and running with @microsoft/fast-element see the Getting Started guide.

@fluentui/web-components

License: MIT npm version

@fluentui/web-components is a library of Web Components based on the Fluent design language, built with @microsoft/fast-element.

The source for @fluentui/web-components is hosted in the Fluent UI monorepo.

Getting Started

We hope you're excited by the possibilities that FAST presents. But, you may be wondering where to start. Here are a few statements that describe various members of our community. We recommend that you pick the statement you most identify with and follow the links where they lead. You can always come back and explore another topic at any time.

Joining the Community

Looking to get answers to questions or engage with us in realtime? Our community is most active on Discord. Submit requests and issues on GitHub, or join us by contributing on some good first issues via GitHub.

Get started here with the Contributor Guide.

We look forward to building an amazing open source community with you!

Contact

  • Join the community and chat with us in real-time on Discord.
  • Submit requests and issues on GitHub.
  • Contribute by helping out on some of our recommended first issues on GitHub.