Ambient UI
Search for a command to run...
An indicator that can be used to show a loading state.
Copyimport { Spinner } from "@smartacteam/ambient-web/spinner";
import { Spinner } from "@smartacteam/ambient-web/spinner";
Copy<Spinner />
<Spinner />
import { Spinner } from "@smartacteam/ambient-web/spinner"; export function SpinnerDemo() { return <Spinner className="size-4" />; }