Deku
November 30, 2025, 9:15am
1
I’m running into an issue after adding the DaisyUI LLM to Cursor’s docs. When I mention the doc in chat and ask it to list all available components, it only returns a small subset—around 5 or 6—despite there being 64 in total. It looks like the model doesn’t have full access to the entire component list. Is there something I’m missing or doing incorrectly?
I use Composer 1 if that makes any difference.
saadeghi
(Pouya Saadeghi)
November 30, 2025, 6:56pm
2
Can you share your prompt and the answer you receive from the LLM?
Deku
December 2, 2025, 7:57am
3
Sorry for not posting this earlier.
Prompt: List me all the components from @DaisyUIDaisyUIDaisyUIDaisyUI
Searching for the complete DaisyUI component list.
[2 tools called]
Searching for DaisyUI v5 components to ensure completeness:
[1 tool called]
Complete list of DaisyUI components, organized by category:
Actions
Button (btn)
Dropdown
Modal
Swap
Theme Controller
Data Display
Accordion
Avatar
Badge
Card
Carousel
Chat Bubble
Collapse
Countdown
Kbd (Keyboard key display)
Stat
Table
Timeline
Data Input
Checkbox
File Input
Label
Radio
Range (Slider)
Rating
Select
Text Input (input)
Textarea
Toggle
Navigation
Breadcrumbs
Link
Menu
Navbar
Pagination
Steps
Tabs
Feedback
Alert
Loading
Progress
Toast
Tooltip
Layout
Divider
Drawer
Footer
Indicator
Join
Stack
Additional Components (v5+)
FAB (Floating Action Button)
Dock (Bottom navigation bar)
Calendar (Styles for calendar libraries: Cally, Pikaday, React Day Picker)
Total: 48 components
Your project uses DaisyUI v5.3.7, so all of these are available. I can see you’re already using the card component in your StatusCard.tsx file.
It missed some new components they added, which were included in the LLM and indexed correctly on Cursor.
LLM
saadeghi
(Pouya Saadeghi)
December 13, 2025, 6:31am
4
Thanks for the details. This answer will be improved in the next update