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