## Overview

`<sd-range-tick>` — Used to represent a tick within `sd-range`.

## API

### Key Properties

- prop.subtick: boolean, default=false — Whether the tick should be shown as a subtick.
- prop.dir: 'ltr'|'rtl'|'auto' — The element's directionality.
- prop.lang: string — The element's language.

### Slots

- slot.default: The tick's label

### CSS Parts

- part.base: The component's base wrapper.
- part.label: The component's label.
- part.line: The component's tick line.
