feat(web/input): description tooltip on fields

This commit is contained in:
Luke
2022-10-27 13:45:27 +02:00
parent 1127108fcd
commit a6a0e4905f
10 changed files with 68 additions and 9 deletions

View File

@@ -14,6 +14,7 @@ interface InputDialogRowProps {
min?: number;
max?: number;
step?: number;
description?: string;
}
type inputDialog = (