Interactive testing environment for react-shared components
Current: Default
Privacy policy link button for external legal documents
Click the button to open the privacy policy in a new tab
import ExternalLinks from '@/react-shared/components/ExternalLinks/ExternalLinks';
export function Example() {
return <ExternalLinks />;
}Checkout Pages: Display privacy policy link during checkout process for legal compliance
Registration Forms: Provide access to privacy policy when users sign up
Footer Sections: Include in page footers for easy access to legal documents
Marketing Consent: Link to privacy policy alongside consent checkboxes
classNamestring (optional) - Additional CSS classes for the container
Privacy Policy URL: The component opens https://assets.stanwith.me/legal/privacy-policy.pdf in a new browser tab when clicked.
Button Styling: Uses tertiary variant with small size for a subtle, non-intrusive appearance.
Translation Key: Uses 'shared.external_links.privacy_policy' for internationalized button text.