Aspekt logoAspekt UI

Inline Slider is used to adjust a compact labeled value from inside the control surface.

Minutes
tsx
import { InlineSlider } from "@/components/aspekt/inline-slider";
<InlineSlider  aria-label="Minutes"  label="Minutes"  defaultValue={35}  format={{ style: "unit", unit: "minute", unitDisplay: "short" }}  showValue/>