this is the loading animation which will out of the box looking and ux friendly animation.
Loading preview...
import { Component } from "@/components/ui/loading"; export default function DemoOne() { return <Component />; }