SignIn.Footer
Footer component that displays localized text with interactive site URL links for additional sign-in information.
Quick Example
import { SignIn } from "@ovok/native";
import React from "react";
const FooterExample = () => {
return <SignIn.Footer testID="signin-footer" />;
};
export default FooterExample;
Props
| Prop | Type | Required | Default | Description |
|---|---|---|---|---|
testID | string | - | - | Test identifier |
Localization
The component uses this translation key:
{
"sign-in": {
"footer": "If you haven't purchased a telemonitoring package yet, visit <site>actimi.com</site>"
}
}
sign-in.footer- Footer text with interactive site URL component
Component Behavior
The component uses react-i18next Trans component to render localized text with an interactive <site> component that handles URL navigation.
Styling
Theme Variables Used
theme.colors.onSurfaceVariant- Text color for the footer content
Related Components
- SignIn - Main sign-in component container
- SignIn.Header - Header components for titles and descriptions
- SignIn.EmailForm - Email form components for authentication