UNPKG

react-combo-box

Version:

A React combo box component to handle primary and alternate field values.

14 lines (13 loc) 325 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>React-combo-box examples</title> <link rel="stylesheet" type="text/css" href="main.css"> </head> <body> <div id="showcase"></div> <script src="./index.js"></script> </body> </html>