---
name: RangeBox
---

import { Playground, PropsTable } from 'docz';
import RangeBox from './';

# RangeBox

## Basic Usage

<Playground>
  <div style={{ display: 'flex' }}>
    <RangeBox />
  </div>
</Playground>

## Properties

<PropsTable of={RangeBox} />
