An archive of https://github.com/microsoft/fast, this project contains the source-code for FAST's deprecated React components.
Перейти к файлу
Aaron Wentzel 83c177ed77 update to improve speed of filing PR 2020-03-26 07:54:32 -07:00
.github update to improve speed of filing PR 2020-03-26 07:54:32 -07:00
build chore: delete fast dev site package (#2448) 2019-11-15 15:12:31 -08:00
docs chore: update to simplify getting started and improve documentation (#2660) 2020-02-18 13:26:39 -07:00
packages Publish 2020-03-25 15:44:14 -07:00
specs feat: add switch as new web component (#2789) 2020-03-16 08:25:46 -07:00
website chore: add getting started documentation (#2478) 2019-12-06 10:49:21 -08:00
.babelrc feat: add tests to ensure all components are exported in base and MSFT (#1061) 2018-11-02 12:00:19 -07:00
.codeclimate.yml remove TODO statement check (#981) 2018-10-02 15:47:16 -07:00
.gitignore chore: update documentation site (#1536) 2019-03-19 10:24:42 -07:00
.npmrc chore: remove package lock files (#865) 2018-09-10 14:06:31 -07:00
.prettierrc chore: add "prettier" to format code and pre-commit hook to enforce (#1049) 2018-10-18 14:40:33 -07:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2018-09-05 09:18:10 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md (#2392) 2019-10-29 11:34:49 -07:00
LICENSE Initial commit 2018-03-02 12:10:34 -08:00
README.md update to naming conventions for better consistency as shown under workflows on GitHub Actions page (#2811) 2020-03-21 06:54:21 -07:00
lerna.json chore: update repository to yarn (#2382) 2019-10-29 11:14:51 -07:00
package.json chore: update to simplify getting started and improve documentation (#2660) 2020-02-18 13:26:39 -07:00
tsconfig.json chore: organize tsconfig files to take advantage of extends feature (#1776) 2019-05-21 13:26:12 -07:00
tslint.json feat: add tests to ensure all components are exported in base and MSFT (#1061) 2018-11-02 12:00:19 -07:00
yarn.lock chore: use ts-loader for fast-components development environment (#2703) 2020-02-26 16:53:32 -08:00

README.md

github_readme_logo.svg

FAST-DNA

An unopinionated system of components, development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.

Maintainability Test Coverage workflows lerna Discord code style: prettier license

We appreciate your star, it helps!

Key features & benefits

Unopinionated

There are a million and one great ways to build your next website or application. To support the technologies you choose, creating unopinionated code is at the center of every decision we make in FAST-DNA.

This principle of being unopinionated manifests in several important ways including:

  • A flat component architecture that lets you compose what you need without struggling with rigid patterns and complex objects.
  • Separating base components and style that supports multiple frameworks without re-writing or duplicating styles. This separation also lets you build your own styles, with your styling technology of choice, without having to re-build or duplicate the base components.
  • Framework agnostic tooling that lets you use our development tools with any view framework.
  • The ability to replace almost any FAST-DNA package with your package of choice. Get started with our animation or layout package and add more as you need them. Alternatively, use our suite of packages to build your next project from the ground up; it's your call.

UI development and style guide tools

When developing components and views, excellent development tooling can make all the difference. FAST-DNA offers development and style guide tools that work with FAST components, components from other frameworks, or your components.

Try out component properties with an auto-generated props UI, get a live preview of the code based on any propertys configuration, preview localization (RTL/LTR) and themes, and preview component compositing with a transparency grid.

Also, we built FAST development tools from re-usable packages so, if you have special needs, you can build your tools from the same shared libraries.

Bring your design system

Widely available design systems from companies like Microsoft (Fluent), Google (Material), or Salesforce (Lightning) are useful when it is essential to align with a platform or take advantage of a polished system at low cost, but many companies have their design system of their own, and some may have multiple design systems or variations.

Because FAST-DNA has abstracted base components from their style, you get a head start on your design system by building on top of tried and true base components and style libraries like our offerings for color, animation, and elevation.

Packages

FAST-DNA is a mono repository managed with Lerna. Users choose à la carte which package to use in their project.

Component Explorer

CD Component Explorer

Launch our Component Explorer to experience our Microsoft React Components package and development tools.

View the staging site to see unpublished changes currently staged for release in the master branch.

Documentation

Visit our developer documentation to get started.

Troubleshooting

Experiencing problems? Check our infrastructure health status.

Contact