leptos-use 0.15.7

Collection of essential Leptos utilities inspired by React-Use / VueUse / SolidJS-USE
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div style="display: flex; justify-content: center; height: calc(100vh - 200px); align-items: center; flex-direction: column">
<p>
    <a href="https://github.com/synphonyte/leptos-use">
        <img src="https://raw.githubusercontent.com/synphonyte/leptos-use/main/docs/logo.svg" alt="Leptos-Use – Collection of essential Leptos utilities" width="150"/>
    </a>
</p>

<h4>Collection of essential Leptos utilities</h4>
<p>Inspired by React-Use / VueUse / SolidJS-USE</p>

<p>
    <a href="https://crates.io/crates/leptos-use"><img src="https://img.shields.io/crates/v/leptos-use.svg?label=&color=%232C1275" alt="Crates.io"/></a>
    <a href="https://leptos-use.rs/server_side_rendering.html"><img src="https://img.shields.io/badge/-SSR-%236a214b" alt="SSR"></a> 
    <a href="./get_started.html"><img src="https://img.shields.io/badge/-docs%20%26%20demos-%239A233F" alt="Docs & Demos"></a> 
    <a href="./functions.html"><img src="https://img.shields.io/badge/-88%20functions-%23EF3939" alt="88 Functions" /></a>
</p>
</div>