Slider | CombricSkip to content

Slider

Combric

Native horizontal range input.

@combric/react · v1.1.1 · Current

Import and usage

import { Slider } from "@combric/react";

Load the native stylesheet with @import "@combric/react/css";. This path does not require Tailwind.

Examples

Volume slider

Disabled slider

Determinate fill and range values

0 of 100
25 of 100
50 of 100
75 of 100
100 of 100
50 of 20 to 80

Public API

Public exports
Name
Slider
Documented contracts
Property / capabilityPublished contract
Contractmin/max/step
Contractvalue/defaultValue
Contractnative range props

Accessibility

Requires an accessible name and preserves native form, validation, and range semantics.

Keyboard

Platform-native range keyboard behavior.

CSS and customization

Combric classes and canonical --combric-* variables provide the package presentation. Consumer className extends the required class; it does not replace the component contract.

Source

View source on GitHub