Components
A workspace launch loading state that shows a spinner with stepped status messages cycling through connection stages before revealing a ready state.
Loading preview...
import Pattern from "@/components/ui/v-spinner-10";
export default function Default() {
return (
<div className="flex min-h-64 w-full items-center justify-center p-8">
<Pattern />
</div>
);
}