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