@ty2k/react-search-bar
v0.0.2
Published
This is a demonstration library used to illustrate how to publish a component to npm. See https://github.com/ty2k/publishing-library-code-to-npm.
Readme
@ty2k/react-search-bar
This is a demonstration library used to illustrate how to publish a component to npm. See https://github.com/ty2k/publishing-library-code-to-npm.
Installation
npm install @ty2k/react-search-bar
Usage
import { SearchBar } from "@ty2k/react-search-bar";
export default function App() {
return (
<>
<SearchBar />
</>
);
}