6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import { FlipButton } from '@/registry/buttons/flip';
|
|
|
|
export const FlipButtonDemo = () => {
|
|
return <FlipButton frontText="Front Text" backText="Back Text" />;
|
|
};
|