Describe the feature you'd like to request
I would like to be able to wrap the component in the "a" tag, and to be able to pass the "as" prop for the Text component to make it as an anchor.
Describe your use case and how the feature would improve your experience.
Currently there is no way of creating links in Amplify Studio. I can add onClick event handlers, but not create links. This would allow me to transform text into links and wrap images/icons with links.
Describe alternatives you've considered
ALternative is to use onClick and to style the text by overrides prop, which I have to do manually for each element that I want to target.
Additional context
No response
Describe the feature you'd like to request
I would like to be able to wrap the component in the "a" tag, and to be able to pass the "as" prop for the Text component to make it as an anchor.
Describe your use case and how the feature would improve your experience.
Currently there is no way of creating links in Amplify Studio. I can add onClick event handlers, but not create links. This would allow me to transform text into links and wrap images/icons with links.
Describe alternatives you've considered
ALternative is to use onClick and to style the text by overrides prop, which I have to do manually for each element that I want to target.
Additional context
No response