- Copy Demo
Installation
You can run either of the following commands:
Update the imports to match your project setup.
Usage
use crate::components::ui::slider::Slider;<Slider attr:min="0" attr:max="100" attr:value="40" attr:step="5" />Examples
Flat
Slider component with flat styling for minimal visual design. This example demonstrates how to create sleek range sliders in Leptos with reduced shadows and borders for modern, understated UI aesthetics in Rust applications.
- Copy Demo