# Input Stepper >> Use Cases ||20
```js script
import { html } from '@mdjs/mdjs-preview';
import '@lion/input-stepper/define';
```
## Default with no specification
When no range or step is defined, it can go infinite with default step value as `1`. You can also specify prefix content using `after` slot.
```js preview-story
export const defaultMode = () => html`
Min: 100, Value: 200, Step: 100
Min: 200, Max: 500, Step: 100