6 lines
190 B
TypeScript
6 lines
190 B
TypeScript
import { GitHubStarsButton } from '@/registry/buttons/github-stars';
|
|
|
|
export const GitHubStarsButtonDemo = () => {
|
|
return <GitHubStarsButton username="animate-ui" repo="animate-ui" />;
|
|
};
|