Info added

This commit is contained in:
2025-09-14 17:42:10 +05:30
parent 8f67483fb9
commit 7aa6f6bc6d
2 changed files with 5 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ interface DateInputProps {
disablePast?: boolean;
}
// THIS COMPONENT IS MADE FOR GENERAL FIELD IN PAGE.
// Here, User can input/paste date in certain format, and also select via calendar
export function DateInput({
label,
value,