An open API service indexing awesome lists of open source software.

https://github.com/sohamratnaparkhi/ms-fast-components


https://github.com/sohamratnaparkhi/ms-fast-components

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

This repository contains custom components built with Microsoft FAST, as well as a Next.js 13 frontend where these components are invoked.

## Components
The components are located in the components folder and are built using Microsoft FAST. In addition, there is a designTokens subfolder containing tokens made with design tokens.

## Frontend
The Next.js 13 frontend is located in the frontend folder and includes pages that invoke the custom components from the components folder.

## Usage
To use these components in your own projects, simply clone the repo. The Microsoft FAST components can be imported from the components folder, as well as from a npm package `my-fast-comps`.
After cloning the repo:
```
cd my-fast-comps
cd frontend
npm i
npm run dev

```

## Contributing
Contributions are welcome! If you have suggestions for new components or improvements to existing ones, please submit a pull request or open an issue.