2025-08-20 04:12:49 -06:00

6 lines
165 B
TypeScript

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