Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SliderAddons

remarks

@since 2.5.0

Hierarchy

Index

Properties

afterAddon?: ReactNode

An optional addon to render after the slider's track. This can be anything and will be wrapped in the TextIconSpacing component from @react-md/icon.

When the vertical prop is enabled, the addon will appear above the track.

beforeAddon?: ReactNode

An optional addon to render before the slider's track. This can be anything and will be wrapped in the TextIconSpacing component from @react-md/icon.

When the vertical prop is enabled, the addon will appear underneath the track.

Generated using TypeDoc