feat(nui): Progressbar

This commit is contained in:
Luke
2022-03-15 20:35:02 +01:00
parent 44491b92df
commit ae073881c3
4 changed files with 96 additions and 9 deletions

View File

@@ -13,14 +13,14 @@ interface Props {
duration: number;
}
debugData([
{
action: "circleProgress",
data: {
duration: 8000,
},
},
]);
// debugData([
// {
// action: "circleProgress",
// data: {
// duration: 8000,
// },
// },
// ]);
const CircleProgressbar: React.FC = () => {
const [visible, setVisible] = React.useState(false);