An archive of https://github.com/microsoft/fast, this project contains the source-code for FAST's deprecated React components.
Перейти к файлу
Julia McGeoghan f7ff87bc3a chore: update automation process for docusaurus documentation generation (#1340) 2019-01-29 13:03:17 -07:00
.circleci fix: update typos, grammer, and formatting for .md files and comments (#1229) 2018-12-27 20:16:56 -08:00
.github chore: changed to correct spelling of description on pull request template (#1290) 2019-01-12 15:22:07 -08:00
build chore: update automation process for docusaurus documentation generation (#1340) 2019-01-29 13:03:17 -07:00
docs chore: update to add package documentation (#1313) 2019-01-22 10:50:45 -08:00
packages chore: update the testing application UI (#1342) 2019-01-28 21:45:39 -08:00
website chore: update automation process for docusaurus documentation generation (#1340) 2019-01-29 13:03:17 -07: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 feat: add documentation by docusaurus (#1175) 2018-12-04 17:27:56 -08: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 fix: update typos, grammer, and formatting for .md files and comments (#1229) 2018-12-27 20:16:56 -08:00
LICENSE Initial commit 2018-03-02 12:10:34 -08:00
README.md chore: update link to developer documentation install page (#1256) 2019-01-02 18:00:34 -07:00
lerna.json use lerna independent mode (#872) 2018-09-11 11:34:06 -07:00
package.json chore: update automation process for docusaurus documentation generation (#1340) 2019-01-29 13:03:17 -07:00
tsconfig.json feat: add tests to ensure all components are exported in base and MSFT (#1061) 2018-11-02 12:00:19 -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

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 CircleCI 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.

Documentation

Check out our developer documentation to get started.

Contact