Password Bootstrap component input with label and predefined sizes and structure for using in foris forms. Can be used with "eye" button, see example. All additional `props` are passed to the `` HTML component. ```js import { useState } from "react"; const [value, setValue] = useState("secret"); setValue(event.target.value)} />; ```