mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-24 09:09:21 -05:00
17 lines
No EOL
1 KiB
Markdown
17 lines
No EOL
1 KiB
Markdown
<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/-41%20functions-%23EF3939" alt="41 Functions" /></a>
|
||
</p>
|
||
</div> |