-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to make a whole card or image as a link? #99
Comments
Hi @Haibo-Zhou, I see you struggle here. Link only supports Card {
...
}
.style("cursor: pointer")
.onClick(CustomAction(""window.location.href='https://www.example.com';") |
This works (at least I tried it on an Image):
|
I dig around ignite yesterday, and decide to replace my personal website with it. How to make a whole card or an image as a link? Below is my current achieved, I want to make a HStack to represent my apps in AppStore, and hit each of app image, it goes to relatived app intro page.
The text was updated successfully, but these errors were encountered: