Kind: Component
Source: atloria-monorepo/apps/web/src/components/AI/PromptLibrary.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
prompts | PromptTemplate[] | ✓ | - |
onCreatePrompt | Function | ✓ | - |
onUpdatePrompt | Function | ✓ | - |
onDeletePrompt | Function | ✓ | - |
Diagram
mermaidgraph TD component_PromptLibrary_15c6ac65["PromptLibrary"] class component_PromptLibrary_15c6ac65 rootComponent
Relationships
- RENDERS →
PromptForm - RENDERS →
PromptCard - USES_HOOK →
useState
Was this page helpful?