mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2025-12-22 22:00:00 +00:00
Update form component to use published v0.2.0 dependencies
This commit is contained in:
@@ -15,8 +15,8 @@ leptos-style = "0.2"
|
||||
web-sys = { version = "0.3", features = ["HtmlFormElement", "HtmlInputElement", "HtmlElement", "Element", "Node", "Event", "EventTarget", "SubmitEvent"] }
|
||||
wasm-bindgen = "0.2"
|
||||
tailwind_fuse = "0.1"
|
||||
leptos-shadcn-input = { path = "../input" }
|
||||
leptos-shadcn-button = { path = "../button" }
|
||||
leptos-shadcn-input = "0.2.0"
|
||||
leptos-shadcn-button = "0.2.0"
|
||||
gloo-timers = "0.3"
|
||||
leptos-struct-component = "0.2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user