A creative 'create new' button animation with a magical reveal effect. Transforms from a simple button into a full interface with fluid motion.
'use client';
import { CreateNew } from '@/components/atomixui/create-new';
export default function CreateNewDemo() {
return <CreateNew />;
}