UNPKG

reactjs-search-box

Version:
21 lines (18 loc) 295 B
html, body { width: 100%; height: 100%; } #container { width: 50%; margin: 0 auto; padding: 20px; border: 1px solid #ccc; background-color: #f7f1f1; text-align: center; } .search-box { text-align: left; } .result-selected { display: inline-block; }