DirectoryFast
  • 🚀Get Started
  • 🔤Tutorials
    • Bring me to life!
    • How it's structured?
    • Make it yours
    • Bonus
  • 🛠️Features
    • AI
      • AI URL Scanner & Scan Jobs
    • Analytics
    • Authentication
    • API
      • Protected Endpoints
    • Blog
    • Database
    • Emails
    • Error Pages
    • Icons
    • Payments
    • Private Pages
    • SEO
  • 📦General Components
    • Shadcn/ui Components
    • Navbar
    • Footer
    • SignIn Modal
    • Hero Section
    • Social Proof
    • Collections Social Proof
    • Featured Section
    • Latest Collections Section
    • Latest Products Section
    • Recommended Section
  • 📦Directory Components
    • Product Card
    • Collection Card
    • Product Note
    • Search Bar
    • Tags
    • Product Options Toggle
    • Combobox
    • Multi-Combobox
    • Submit Product
    • Feature Product
    • Manage Note
    • Manage Collection
    • Dashboard Tables
  • ⛓️Links
    • GitHub Repository
    • Support
Powered by GitBook
On this page
  1. Directory Components

Manage Collection

Create or edit a Collection with a simple modal.

PreviousManage NoteNextDashboard Tables

Last updated 11 months ago

  • Component: <ManageCollection/>

  • Path: /components/shared/manage-collection.tsx

  • Import:

import { ManageCollection } from "@/components/shared/manage-collection";

This component is used by both users and admins to create AND edit their collections. The aim here is to mutualize and avoid multiplying user interface components.

Feature this collection Checkbox is obviously admin-only feature, handled by .

📦
NextAuth Sessions
Submit Product Modal