mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-02-13 06:52:47 -05:00
6 lines
183 B
Markdown
6 lines
183 B
Markdown
|
# use_derive_signal!
|
||
|
|
||
|
Macro to easily create helper functions that derive a signal using a piece of code.
|
||
|
|
||
|
See [`is_ok`](is_ok.md) or [`use_to_string`](use_to_string.md) as examples.
|