deepyr 0.0.4
deepyr: ^0.0.4 copied to clipboard
A type-safe Dart implementation of DaisyUI components for Jaspr, providing a fluent API for building beautiful web apps (PoC)
Changelog #
0.0.4 #
Added #
Checkbox- Boolean selection with custom stylingRadio- Single choice selection from multiple optionsToggle- Modern switch-style boolean inputTextarea- Multi-line text input with resize optionsSelect- Dropdown selection with custom stylingProgress- Task completion and loading progress barsLink- Enhanced hyperlinks with hover states
0.0.2 #
Added #
Input- Text input field with full styling supportBadge- Status indicators and labelsAlert- User notification messagesCard- Content containers and layout blocks
0.0.1 #
- Initial project setup and foundation for the
deepyrpackage. - Proof of Concept (PoC) release with the first component:
Button. - Basic API structure for creating and styling DaisyUI components in Jaspr.