How to replicate Grid-like UI with border color?
I recently noticed a trend of this kind of UI and want to replicate it in my next project. I have tried inspecting and messing with some css but can't properly understand the implementation.
Can someone please guide me to any article, blog post or tutorial that implements this type of UI? Thanks in advance
https://www.better-auth.com/
3 Replies
Also, how do they do it?
They are seperate svg elements in a element class name 'hidden md:grid top-1/2 left-0 -translate-y-1/2 w-full grid-cols-3 z-10 pointer-events-none select-none absolute'