Component library for the Leptos framework.
Visit leptonic.dev for installation instructions, component-guides, theming instructions and more.
Our website is the deployed book-ssr example and itself build with Leptonic.
To get started quickly either
git clone https://github.com/lpotthast/leptonic-template-ssr.gitand launch it withcargo leptos watch(uses server-side-rendering) orgit clone https://github.com/lpotthast/leptonic-template-csr.gitand launch it withtrunk serve(uses client-side-rendering only) orgit clone https://github.com/lpotthast/leptonic-template-tauri.gitand launch it withcargo tauri dev(uses client-side-rendering only) orgit clone https://github.com/lpotthast/leptonic-template-tailwind.gitand launch it withcargo leptos watch(uses server-side-rendering)
This repository uses submodules. Perform checkout using:
git checkout https://github.com/lpotthast/leptonic.git --recurse-submodules