Data Display
This category contains 17 controls:
- DaisyContributionGraph: A GitHub-style contribution heatmap graph.
- DaisyDiff: An image diff/comparison control styled after DaisyUI's Diff component. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyAccordion: An accordion control that displays multiple collapsible sections. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyCarousel: A carousel/slider control styled after DaisyUI's Carousel component. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyAnimatedNumber: A numeric text display that animates value changes with a slide transition.
- DaisyAvatar: An avatar control styled after DaisyUI's Avatar component. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyBadge: A Badge control styled after DaisyUI's Badge component. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyTextRotate: A text rotation control that cycles through items with an animation. Similar to daisyUI's text-rotate component.
- DaisyNumberFlow: A control that displays a numeric value with a smooth scrolling animation for individual digits. Inspired by SmoothUI's Number Flow. Uses a two-element per-digit animation (prev/next) where the previous value slides out and the new value slides in from the opposite direction.
- DaisyList: A vertical list layout to display information in rows. Similar to daisyUI's list component. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyCollapse: A Collapse/Expander control styled after DaisyUI's Collapse component. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyStat: A Stat display control styled after DaisyUI's Stat component. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyHoverGallery: A hover-activated image gallery control. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyCountdown: A countdown control that displays a numeric value with optional countdown animation. Includes accessibility support for screen readers via the AccessibleText attached property. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyKbd: A keyboard key display control styled after DaisyUI's Kbd component. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyTable: A Table control styled after DaisyUI's Table component. Can contain DaisyTableHead, DaisyTableBody, and DaisyTableFoot sections.
- DaisyChatBubble: A chat bubble control styled after DaisyUI's Chat component. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
See individual control documentation for detailed usage.