feat: add ModalForm component

This commit is contained in:
Prad Nukala
2024-10-07 13:59:29 -04:00
parent b633d21ea8
commit f7f0c11587
9 changed files with 226 additions and 299 deletions
+24
View File
@@ -35,3 +35,27 @@ home = new Home {
};
};
};
register = new ModalForm {
title = "Register";
description = "Register your Sonr account to start using the platform.";
id = "register-start";
};
login = new ModalForm {
title = "Login";
description = "Login to your Sonr account to start using the platform.";
id = "login-start";
};
authorize = new ModalForm {
title = "Authorize";
description = "Authorize your Sonr account to start using the platform.";
id = "authorize-start";
};
privacyConsent = new ModalForm {
title = "Privacy Consent";
description = "Privacy Consent";
id = "privacy-consent-start";
};