There's an input component for typing in the search term: // Input.js import React from 'react'; function Input({loading, onChange}) { return ( ...
確定! 回上一頁