◐
Dots Spinner
Classic dots animation
LOCALHOST:3000
Loading...
NORMAL100%
API Reference
| Prop | Type | Required | Description |
|---|---|---|---|
| color | string | - | Color of the dots |
InstallationBASH
npx siddcn add spinner-dotsUsageTSX
import { Dots } from 'siddcn';
export default function App() {
return <Dots color="green" />;
}