We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Link and Unlink icons are not showing in today's download of https://github.com/Semantic-Org/Semantic-UI/archive/master.zip (2.2.2).
Reproduce with HTML: <i class="link icon"></i> <i class="user icon"></i> <i class="unlink icon"></i>
<i class="link icon"></i> <i class="user icon"></i> <i class="unlink icon"></i>
Outcome: Only user icon shows.
The text was updated successfully, but these errors were encountered:
You should try change from (un)link to (un)linkify.
(un)link
(un)linkify
<i class="linkify icon"></i> <i class="user icon"></i> <i class="unlinkify icon"></i>
Sorry, something went wrong.
Kindly read the icons docs Here
linkify and unlinkify are the classes to be used as @Slowhand0309 said.
linkify
unlinkify
No branches or pull requests
Link and Unlink icons are not showing in today's download of https://github.com/Semantic-Org/Semantic-UI/archive/master.zip (2.2.2).
Reproduce with HTML:
<i class="link icon"></i> <i class="user icon"></i> <i class="unlink icon"></i>
Outcome:
Only user icon shows.
The text was updated successfully, but these errors were encountered: