0P
0901CS221098 PRADHYUM

Category Form - Copy this React, Tailwind Component to your project

Const catagorySchema = new mongoose.Schema({ name:{ type:String, required:true, trim:true, unique:true }, description:{ type:String, required:true, trim:true }, catagoryCourses:[{ type:mongoose.Schema.Types.ObjectId, ref:"Course", }] }) create input form for this in Tailwind css

Prompt
Component Preview

About

CategoryForm - Create a sleek input form for categories with name, description, and course references. Built with React and Tailwind. Get component free!

Share

Last updated 1 month ago