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
Using tag() over HTML() is would make the return value more customizable and more consistent with the return value of fa_i()
tag()
HTML()
fa_i()
The text was updated successfully, but these errors were encountered:
Close rstudio#58: have fa() return a htmltools::tag() object
1790590
Is this the reason the following code does not (still) work?
menuItem(text = "Truck Monster",icon = fa(name = "truck-monster",height = "30px"))
Sorry, something went wrong.
I keep getting the followng error unless I remove all icon = fa(..) from my menuItem(...) lines.
icon = fa(..)
menuItem(...)
Warning: Error in tagAssert: Expected an object with class 'shiny.tag'.
rich-iannone
Successfully merging a pull request may close this issue.
Using
tag()
overHTML()
is would make the return value more customizable and more consistent with the return value offa_i()
The text was updated successfully, but these errors were encountered: