1.0.6 • Published 3 years ago

f3m-search-terminator v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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."