@miguelurbina
@/all 📢 Gitter chat for UIkit is moving to Discord
We have finally decided to leave Gitter. We were looking for a better and more sophisticated chat service for a while now, and Discord looks like the best choice. Many Open Source project like Vue.js, React and Laravel have left Slack and Gitter in favor of Discord. So, please join the new Discord server for UIkit. Here is the official invite link. See you there 🥳🎉 https://discord.gg/NEt4Pv7
node = sym.node
if isinstance(node, PlaceholderNode):
# This node is not ready yet.
return None
<nav class="uk-navbar-container" uk-navbar>
<div class="uk-navbar-center">
<ul class="uk-navbar-nav">
<li class="uk-active"><a href="#">Активный пункт</a></li>
<li>
<a href="#">Родительский</a>
<div class="uk-navbar-dropdown">
<ul class="uk-nav uk-navbar-dropdown-nav">
<li class="uk-active"><a href="#">Активный пункт</a></li>
<li><a href="#">Пункт меню</a></li>
<li><a href="#">Ещё один пункт</a></li>
</ul>
</div>
</li>
<li><a href="#">Название</a></li>
</ul>
</div>
</nav>
@newjie Nope, nobody's here anymore, see -->
@/all 📢 Gitter chat for UIkit is moving to Discord
We have finally decided to leave Gitter. We were looking for a better and more sophisticated chat service for a while now, and Discord looks like the best choice. Many Open Source project like Vue.js, React and Laravel have left Slack and Gitter in favor of Discord. So, please join the new Discord server for UIkit. Here is the official invite link. See you there 🥳🎉 https://discord.gg/NEt4Pv7
maxSize
I have the same problem with the allow
or mime
.@mixahlos -->
@/all 📢 Gitter chat for UIkit is moving to Discord
We have finally decided to leave Gitter. We were looking for a better and more sophisticated chat service for a while now, and Discord looks like the best choice. Many Open Source project like Vue.js, React and Laravel have left Slack and Gitter in favor of Discord. So, please join the new Discord server for UIkit. Here is the official invite link. See you there 🥳🎉 https://discord.gg/NEt4Pv7
Guys, please, how can I create a filter with Uikit that filters multiple items at the same time, without excluding the other.
I mean, I'm creating a list of games and I need that when someone selects PS4 and then ADVENTURE, I want the PS4 filter to continue while now only the PS4 adventure games appear.
Could help? thanks