A loading spinner shown inside an empty state with a title, description, and cancel action to indicate a request is being processed.
import Component from "@/components/ui/spinner8"; export default function Demo() { return ( <div className="flex w-full items-center justify-center p-8"> <Component /> </div> ); }