leptos-use/examples/Cargo.toml

34 lines
689 B
TOML
Raw Normal View History

[workspace]
2023-06-17 04:22:41 +01:00
resolver = "2"
members = [
2023-06-13 17:48:32 +01:00
"on_click_outside",
2023-06-12 11:37:20 +01:00
"use_abs",
2023-06-17 14:05:17 +01:00
"use_active_element",
"use_breakpoints",
"use_ceil",
"use_color_mode",
2023-06-16 04:51:33 +01:00
"use_css_var",
"use_cycle_list",
"use_debounce_fn",
2023-06-17 04:05:51 +01:00
"use_element_hover",
"use_element_size",
"use_element_visibility",
"use_event_listener",
"use_favicon",
"use_floor",
"use_intersection_observer",
2023-06-15 18:02:13 +02:00
"use_interval",
2023-06-14 16:15:03 +01:00
"use_interval_fn",
"use_media_query",
"use_mouse",
2023-06-13 00:31:38 +01:00
"use_mutation_observer",
"use_resize_observer",
"use_round",
"use_scroll",
"use_storage",
"use_throttle_fn",
"watch_debounced",
"watch_pausable",
"watch_throttled",
]