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