Eso
Eso
KPCKevin Powell - Community
Created by Patrik on 9/17/2024 in #front-end
Lightweight swipe lib
you can discard functionality from swiper lib source code also if you really want
38 replies
KPCKevin Powell - Community
Created by Patrik on 9/17/2024 in #front-end
Lightweight swipe lib
generally libs are not "light weight" because they try to target sorts of problem
38 replies
KPCKevin Powell - Community
Created by Patrik on 9/17/2024 in #front-end
Lightweight swipe lib
otherwise people usually uses swiper.js
38 replies
KPCKevin Powell - Community
Created by Patrik on 9/17/2024 in #front-end
Lightweight swipe lib
please just implement yourself if you have time
38 replies
KPCKevin Powell - Community
Created by Eso on 9/15/2024 in #front-end
Should i use @container instead of @media?
bye
341 replies
KPCKevin Powell - Community
Created by Eso on 9/15/2024 in #front-end
Should i use @container instead of @media?
thanks
341 replies
KPCKevin Powell - Community
Created by Eso on 9/15/2024 in #front-end
Should i use @container instead of @media?
341 replies
KPCKevin Powell - Community
Created by Eso on 9/15/2024 in #front-end
Should i use @container instead of @media?
this merge behaves different when key is "class" or "style"
341 replies
KPCKevin Powell - Community
Created by Eso on 9/15/2024 in #front-end
Should i use @container instead of @media?
<div {{ $attributes->merge(['data-controller' => $attributes->prepends('profile-controller')]) }}>
{{ $slot }}
</div>
<div {{ $attributes->merge(['data-controller' => $attributes->prepends('profile-controller')]) }}>
{{ $slot }}
</div>
341 replies
KPCKevin Powell - Community
Created by Eso on 9/15/2024 in #front-end
Should i use @container instead of @media?
i do not like it
341 replies
KPCKevin Powell - Community
Created by Eso on 9/15/2024 in #front-end
Should i use @container instead of @media?
it has shortcuts but also macros
341 replies
KPCKevin Powell - Community
Created by Eso on 9/15/2024 in #front-end
Should i use @container instead of @media?
or even @auth
341 replies
KPCKevin Powell - Community
Created by Eso on 9/15/2024 in #front-end
Should i use @container instead of @media?
then why laravel has @isset
341 replies
KPCKevin Powell - Community
Created by Eso on 9/15/2024 in #front-end
Should i use @container instead of @media?
expression inside @if?
341 replies
KPCKevin Powell - Community
Created by Eso on 9/15/2024 in #front-end
Should i use @container instead of @media?
is that valid?
341 replies
KPCKevin Powell - Community
Created by Eso on 9/15/2024 in #front-end
Should i use @container instead of @media?
LOL
341 replies
KPCKevin Powell - Community
Created by Eso on 9/15/2024 in #front-end
Should i use @container instead of @media?
@if(count($s) === 0) ...
341 replies
KPCKevin Powell - Community
Created by Eso on 9/15/2024 in #front-end
Should i use @container instead of @media?
there are macros
341 replies
KPCKevin Powell - Community
Created by Eso on 9/15/2024 in #front-end
Should i use @container instead of @media?
@if($s.count() === 0) ...
341 replies
KPCKevin Powell - Community
Created by Eso on 9/15/2024 in #front-end
Should i use @container instead of @media?
blade does not allow expression inside of @if
341 replies