*
Dot Badge
Simple dot indicator for status
LOCALHOST:3000
* Online
NORMAL100%
InstallationBASH
npx siddcn add badge-dotUsageTSX
import { DotBadge } from 'siddcn';
export default function App() {
return <DotBadge color="green" />;
}Simple dot indicator for status
* Online
npx siddcn add badge-dotimport { DotBadge } from 'siddcn';
export default function App() {
return <DotBadge color="green" />;
}