--- name: Input menu: Components route: components/input --- import { Playground, Props } from 'docz'; import Input from './'; # Input ## Basic usage {() => { const [inputValue, setInputValue] = React.useState(''); return ( ); }} ## Properties