Actions
This category contains 9 controls:
- DaisyCopyButton: A DaisyButton that copies text to the clipboard and briefly shows a success state.
- DaisySwap: A swap toggle control styled after DaisyUI's Swap component. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisySelect: A ComboBox control styled after DaisyUI's Select component. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyButtonGroup: A segmented button container styled after the "Button Group" pattern. Supports optional auto-selection and consistent styling for mixed segments (e.g., buttons with non-clickable text/count parts).
- DaisyModal: A modal dialog control styled after DaisyUI's Modal component. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyPopover: A lightweight popover control that displays content in a Popup anchored to a trigger.
- DaisyFab: A floating action button control styled after material design FAB. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyButton: A Button control styled after DaisyUI's Button component. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyDropdown: A lightweight dropdown menu control built on a Popup.
See individual control documentation for detailed usage.