leptos_chart
Run this command in a terminal, in your project's directory:
cargo add leptos_chart
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
leptos_chart = "0.3.0"
The leptos_chart library will be automatically available globally. Read the leptos_chart library documentation.
Back to the crate overview.