https://github.com/sohamratnaparkhi/ms-fast-components
https://github.com/sohamratnaparkhi/ms-fast-components
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sohamratnaparkhi/ms-fast-components
- Owner: SohamRatnaparkhi
- Created: 2023-03-05T21:39:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-04T13:59:16.000Z (over 2 years ago)
- Last Synced: 2025-02-03T08:36:19.654Z (8 months ago)
- Language: TypeScript
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.