@pupilfirst/multiselect-dropdown
Version:
Tailwind styled Reason React multiselect dropdown component
28 lines (27 loc) • 956 B
HTML
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body class="bg-gray-50 h-full max-w-md w-full mx-auto p-6">
<h1 class="text-center text-2xl font-bold">Multiselect Dropdown</h1>
<div id="DetailedExample"></div>
<div id="MinimalExample"></div>
<script
type="module"
src="./src/examples/MultiselectDropdown__Example.bs.js"
></script>
<a
class="flex items-center bg-white border shadow mt-4 cursor-pointer py-1 px-4"
href="https://github.com/SVdotCO/pupilfirst/tree/master/app/frontend/packages/multiselect-dropdown"
>
<img
class="w-12 h-12"
src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
/>
<span class="ps-4 font-semibold"> Read Documentation </span>
</a>
</body>
</html>