Skip to content

Leptos component framework.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

tempbottle/leptonic

 
 

Repository files navigation

Leptonic

Crates.io Docs.rs

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.

Quickstart

To get started quickly either

  • git clone https://github.com/lpotthast/leptonic-template-ssr.git and launch it with cargo leptos watch (uses server-side-rendering) or
  • git clone https://github.com/lpotthast/leptonic-template-csr.git and launch it with trunk serve (uses client-side-rendering only) or
  • git clone https://github.com/lpotthast/leptonic-template-tauri.git and launch it with cargo tauri dev (uses client-side-rendering only) or
  • git clone https://github.com/lpotthast/leptonic-template-tailwind.git and launch it with cargo leptos watch (uses server-side-rendering)

Development

This repository uses submodules. Perform checkout using:

git checkout https://github.com/lpotthast/leptonic.git --recurse-submodules

About

Leptos component framework.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 78.0%
  • SCSS 21.0%
  • Just 1.0%