border2
pixel-perfect/border2FreeBlock
Border2 component.
Install it
npx shadcn@latest add https://www.pixel-perfect.space/r/border2.jsonSource
1const Border2 = () => (2 <div className="relative w-full h-full">3 <span className="absolute -top-0 -left-[0.5px] block size-6 border-t-1 border-l-1 border-muted-foreground z-30" />4 <span className="absolute -top-px -right-px block size-6 border-t-1 border-r-1 border-muted-foreground z-30" />5 <span className="absolute -bottom-px -left-[0.5px] block size-6 border-b-1 border-l-1 border-muted-foreground z-30" />6 <span className="absolute -bottom-px -right-px block size-6 border-b-1 border-r-1 border-muted-foreground z-30" />7 </div>8);910export default Border2;
Files it writes
More from pixel-perfect
All 332 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| 3d-button3d-button | pixel-perfect | Blocks | Free | 2 deps | |
| abhinav-bento-buttonabhinav-bento-button | pixel-perfect | Blocks | Free | no deps | |
| accordion-carouselaccordion-carousel | pixel-perfect | Blocks | Free | 1 dep | |
| accordion-foldaccordion-fold | pixel-perfect | Blocks | Free | 1 dep | |
| activity-wheel-motionactivity-wheel-motion | pixel-perfect | Blocks | Free | 2 deps | |
| animated-textureanimated-texture | pixel-perfect | Blocks | Free | 1 dep | |
| aperture-mask-revealaperture-mask-reveal | pixel-perfect | Blocks | Free | 1 dep | |
| aurora-curtainaurora-curtain | pixel-perfect | Blocks | Free | no deps |
