# Inputs >> Input Range >> Features ||20
```js script
import { html } from '@lion/core';
import '@lion/input-range/define';
```
## Units
```js preview-story
export const units = () => html`
`;
```
## Steps
```js preview-story
export const steps = () => html`
`;
```
## Without Min Max Labels
```js preview-story
export const noMinMaxLabels = () => html`
`;
```
## Disabled
```js preview-story
export const disabled = () => html`
`;
```