Components
Loading preview...
Here is Background snippets component
@bg.ibelick
npx shadcn@latest add https://21st.dev/r/bg.ibelick/background-snippetsexport default function Component() {
return (
<div className="absolute inset-0 -z-10 h-full w-full bg-white bg-[linear-gradient(to_right,#f0f0f0_1px,transparent_1px),linear-gradient(to_bottom,#f0f0f0_1px,transparent_1px)] bg-[size:6rem_4rem]"></div>
);
}