You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use blade-ui-kit/blade-icons for my custom icons sets, and for social icons I've tried to use them too, but when I tried to put Blade Component syntax in the config/share-buttons.php within templates values - like so
@olexoliinyk0 Thank you very much for sharing your solution 👍
I need to think whether it is worth adding the support for components. On one hand, using Blade components seems to be a trend. On the other hand, it is going to complicate the package because this task requires at least one additional component (ideally, two components - for a container and for a link) and it is going to introduce some additional configuration steps. I will leave this issue open for a couple of days. Once again, thanks for sharing!
I use blade-ui-kit/blade-icons for my custom icons sets, and for social icons I've tried to use them too, but when I tried to put Blade Component syntax in the
config/share-buttons.php
withintemplates
values - like soit just rendered nothing - because the whole string itself is not handled as a Blade template.
To achieve the intended I've done the following:
Then it processed the final string via Blade's
render
and displayed the icon as I've wanted.Cheers! Great lib!
The text was updated successfully, but these errors were encountered: