f3m-search-terminator
v1.0.6
Published
<p align="center"> <a href="https://f3m.pt/" rel="noopener" target="_blank"><img width="350" src="https://i.imgur.com/xIfYBjh.png" alt="F3M logo"></a></p> </p>
Downloads
5
Readme
React component for faster and simpler web development.
Installation
MpDS Search-Terminator is available as an [npm package](npm i f3m-search-terminator).
// with npm
npm i f3m-search-terminator
Usage
Here is a quick example to get you started, it's all you need:
import * as React from "react";
import F3MSearchTerminator from "f3m-search-terminator";
function App() {
return (
<F3MSearchTerminator placeholderInput="Search for gold!"></F3MSearchTerminator>
);
}
ReactDOM.render(<App />, document.querySelector("#app"));
License
No License. "(...) nobody else can copy, distribute, or modify your work without being at risk of take-downs, shake-downs, or litigation."