Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 879 Bytes

README.md

File metadata and controls

47 lines (28 loc) · 879 Bytes

Welcome to ReactSearch

Searching is a very complicated process and requires a lot of string manipulation yet being inefficient.

A large problem being that Searching takes a lot of time and hard work to implement.

Here I'm creating a optimal search template

  • High Speed
  • Efficient
  • Easy to Use
  • Modern Look
  • Easy to customize
  • Dynamic data update

How to use?

  • Create a folder and clone the repo files
git clone https://github.com/Arghyahub/React-Search.git
  • Feed data into data.js in 2D arrays where
datas[i][0] = "name of the link text"
datas[i][1] = "link"
  • Import the Search.jsx component

  • Enclose the component in a div with position relative

<div style={{height: "25px" , position: "relative"}}>
    <Search />
</div>

Put height: height of input to avoid hiding of data