A loading screen where two dots circle around the text 'loading' until they converge and explode!
import { Component } from "@/components/ui/exploding-loading-screen"; export default function DemoOne() { return <Component />; }