UNPKG

select-react-redux

Version:

A searchable select box, similar to select2.

35 lines (28 loc) 747 B
<!DOCTYPE html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Redux</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/css/select2.min.css"> <style> @import 'https://fonts.googleapis.com/css?family=Roboto'; * { font-family: 'Roboto', sans-serif; } body { margin: 0; padding: 0; } #app{ width:40%; margin: 0 auto; padding-top:40px; } </style> </head> <body> <div id="app"></div> </body> </html>