-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
feat(Card): Add link
prop to Card
#1350
Comments
I'm interested in picking this up, but what does the |
The Compare these two methods of making a card a "link": <a class="ui card" href="http://www.dog.com">...
<div class="ui link card"> |
Okay that means the description in the docs is confusing. It says
Which doesn't match what it actually does which is make the card behave like a link (hover effect and pointer cursor). Does the documentation need to be updated? Anyway, I'll make a PR to fix this issue |
You make a good point. It can be formatted to appear as a link :) |
In the documentation (https://react.semantic-ui.com/views/card/) it still says: |
This should be a boolean prop that adds the
link
className. See SUI core docs for more.The text was updated successfully, but these errors were encountered: