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

6 lines
181 B
TypeScript

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