mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2026-01-04 12:02:56 +00:00
- Fix class prop type issues by adding .into() calls - Remove unsupported data-* attributes and aria-label attributes - Remove unsupported role, name, tabindex props - Fix children prop issues for Combobox, Toast, DatePicker components - Remove unsupported on_click handlers for Pagination - Add required options prop for Combobox components - Remove focus() method calls on Element - Clean up all remaining compilation issues All 46 test files now compile successfully. Ready for v0.9.0 release publishing.
Textarea
Leptos port of shadcn/ui textarea
Usage
use shadcn_ui_leptos_textarea::Textarea;