A
Anonymous

Create Product Modal - Copy this React, Tailwind Component to your project

I want to create a create product modal with the following attributes: name: string description: string price: number currency: string images?: string[] // Array of image URLs category: string // This is an ObjectId referring to the Category model, but can be a string if storing only the ID material: string stockQuantity: number availability: string discount?: number isFeatured: boolean tags?: string[] shippingInfo: string brand: string

Prompt
Component Preview

About

CreateProductModal - Easily add products with name, description, price, images, category, stock, and more. Built with React and Tailwin. Copy template now!

Share

Last updated 1 month ago