leptonic 0.1.0

The Leptos component library.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Leptonic

Component library for the [Leptos](https://github.com/leptos-rs/leptos) framework.

Visit [leptonic.dev](https://leptonic.dev) for installation instructions, component-guides, theming instructions and more. leptonic.dev is the deployed `book` example and itself build with leptonic.

## Leptos compatibility

| Crate version       | Compatible Leptos version |
|---------------------|---------------------------|
| 0.1.*               | 0.4.*                     |
| 0.2.0-alpha* (main) | 0.5.0-alpha*              |

## MSRV

The minimum supported rust version is `1.70.0`