Link
The Link component provides a way to create tappable controls that navigate to a specified URL. This component can be used to open web pages, app-specific URLs, or other schemes.
Note: If the
Linkcomponent is used within a widget, thewidgetURLmodifier will be ignored.
Props
Example
This component supports both simple text and complex layouts as its children. When tapped, it opens the provided url using the appropriate handler (e.g., Safari, another app, or a custom scheme).
