---
order: 0
title: 基本
---


````jsx
import { Input } from 'b-rc';

ReactDOM.render(<Input placeholder="Basic Input" />, mountNode);
````
