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