Initial commit of Round Image.

This commit is contained in:
2025-03-08 16:59:16 +01:00
parent abcecb933a
commit 65861403b9
2 changed files with 220 additions and 0 deletions
+3
View File
@@ -2,6 +2,7 @@ import * as React from "react";
import { useEffect, useState } from "react";
import MatchSizes from "./MatchSizes";
import MatchProperties from "./MatchProperties";
import RoundImage from "./RoundImage";
import { makeStyles, Text, Subtitle1, tokens, Theme, Spinner } from "@fluentui/react-components";
import { ShapeUnionRegular, SquareRegular, InfoRegular } from "@fluentui/react-icons";
@@ -151,6 +152,8 @@ const App: React.FC<AppProps> = () => {
<MatchSizes />
<div style={{ marginTop: "8px" }}></div>
<MatchProperties />
<div style={{ marginTop: "8px" }}></div>
<RoundImage />
</div>
<div className={styles.section}>