BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/Manifest UI/issue-report-form

Issue Report Form

manifest-ui/issue-report-form
FreeBlock

A compact issue reporting form for team members with categories, impact/urgency levels, and file attachments.

Install it

npx shadcn@latest add https://ui.manifest.build/r/issue-report-form.json

Source

registry/form/issue-report-form.tsxui.manifest.build/r/issue-report-form.json · first 6 KB
1'use client'
2
3import { Button } from '@/components/ui/button'
4import { Input } from '@/components/ui/input'
5import { Label } from '@/components/ui/label'
6import {
7 Select,
8 SelectContent,
9 SelectItem,
10 SelectTrigger,
11 SelectValue
12} from '@/components/ui/select'
13import { cn } from '@/lib/utils'
14import { demoIssueReportFormData } from './demo/form'
15import { ChevronDown, ChevronUp, Paperclip, Send, X } from 'lucide-react'
16import { useRef, useState } from 'react'
17
18
19/**
20 * ═══════════════════════════════════════════════════════════════════════════
21 * IssueReportFormProps
22 * ═══════════════════════════════════════════════════════════════════════════
23 *
24 * Props for the IssueReportForm component for IT support, help desk, or
25 * internal ticketing systems.
26 */
27export interface IssueReportFormProps {
28 data?: {
29 /** Form title displayed at the top. */
30 title?: string
31 /** List of team options for the dropdown. */
32 teams?: string[]
33 /** List of location options. */
34 locations?: string[]
35 /** Category to subcategory mapping. */
36 categories?: Record<string, string[]>
37 /** Impact level options. */
38 impacts?: { value: string; label: string }[]
39 /** Urgency level options. */
40 urgencies?: { value: string; label: string }[]
41 /** Frequency options. */
42 frequencies?: { value: string; label: string }[]
43 /** Pre-defined actions user may have tried. */
44 attemptedActions?: string[]
45 }
46 actions?: {
47 /** Called when the form is submitted. */
48 onSubmit?: (formData: IssueFormData) => void
49 }
50 appearance?: {
51 /**
52 * Whether to display the title.
53 * @default true
54 */
55 showTitle?: boolean
56 /**
57 * Use compact layout.
58 * @default true
59 */
60 compactMode?: boolean
61 }
62}
63
64/**
65 * Data structure representing an issue report submission.
66 * @interface IssueFormData
67 * @property {string} declarantName - Name of the person reporting the issue
68 * @property {string} email - Contact email for follow-up
69 * @property {string} team - Department or team affected
70 * @property {string} location - Office location
71 * @property {string} office - Specific office or area identifier
72// … truncated

What it pulls in

npm packages

  • lucide-react

Other registry items

  • button
  • input
  • label
  • select

Files it writes

  • registry/form/issue-report-form.tsx
  • registry/form/demo/form.ts

Facts

Registry
Manifest UI
Type
registry:block
Access
Free
Files written
2
Licence
the repository states none
In the index
at or before 2026-08-08
Last confirmed
today

Go to the source

ui.manifest.build Raw registry item This item as JSON

More from Manifest UI

All 32 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Amount Inputamount-inputManifest UIBlocksFree1 dep · 2 files
Chat Conversationchat-conversationManifest UIBlocksFree1 dep · 3 files
Contact Formcontact-formManifest UIBlocksFree1 dep · 3 files
Date & Time Pickerdate-time-pickerManifest UIBlocksFree1 dep · 2 files
Event Cardevent-cardManifest UIBlocksFree1 dep · 2 files
Event Confirmationevent-confirmationManifest UIBlocksFree1 dep · 2 files
Event Detailevent-detailManifest UIBlocksFree3 deps · 2 files
Event Listevent-listManifest UIBlocksFree3 deps · 2 files

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex