Skip to content

Instantly share code, notes, and snippets.

@surajitbasak109
Created February 10, 2020 19:55
Show Gist options
  • Save surajitbasak109/04153e09a48ae9b106e86b3d9e629d9a to your computer and use it in GitHub Desktop.
Save surajitbasak109/04153e09a48ae9b106e86b3d9e629d9a to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>React Autocomplete Example</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
</head>
<body>
<div id="root"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment