ComponentsCreate New

Interactive Component

Create New

A creative 'create new' button animation with a magical reveal effect. Transforms from a simple button into a full interface with fluid motion.

Inspired By

@nitishkmrk

Installation

npx shadcn@latest add https://atomixui.mihircodes.in/registry/create-new

How to use

'use client';
import { CreateNew } from '@/components/atomixui/create-new';

export default function CreateNewDemo() {
    return <CreateNew />;
}
Create New