Neumorphism Form
FormsFull Preview
A soft neumorphism styled form with multiple layouts.
Preview Size:
Get In Touch
We'd love to hear from you. Send us a message and we'll respond as soon as possible.
Viewing in Desktop size (1200px × 800px)View Full Size
Usage Instructions
Installation
Copy the component code and paste it into your project. Make sure you have the required dependencies installed.
bash
npm install framer-motion lucide-react
Basic Usage
Import and use the component in your React application:
tsx
import { NeumorphismForm } from '@/components/neumorphism-form';
export default function MyPage() {
return (
<div>
<h1>My Page</h1>
<NeumorphismForm />
</div>
);
}
Customization
This component accepts various props for customization. Check the component code to see all available props and their types.
Component Info
Category
Forms
Framework
React + Next.jsStyling
Tailwind CSSCSS
Dependencies
framer-motionlucide-react