slim-select
Version:
Slim advanced select dropdown
77 lines (69 loc) • 3.4 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>SlimSelect - Advanced JavaScript Select Dropdown Library | Vanilla JS Multi-select</title>
<meta name="title" content="SlimSelect - Advanced JavaScript Select Dropdown Library | Vanilla JS Multi-select" />
<meta
name="description"
content="SlimSelect is a lightweight, advanced select dropdown library for vanilla JavaScript. Features multi-select, search, custom styling, and framework support for React and Vue. No jQuery required."
/>
<meta
name="keywords"
content="javascript select dropdown, vanilla js select, multi-select dropdown, searchable select, custom select dropdown, react select component, vue select component, select2 alternative, chosen alternative, lightweight select library"
/>
<meta name="author" content="Brian Voelker" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://slimselectjs.com" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://slimselectjs.com" />
<meta property="og:title" content="SlimSelect - Advanced JavaScript Select Dropdown Library" />
<meta
property="og:description"
content="Lightweight, feature-rich select dropdown library for vanilla JavaScript. Multi-select, search, custom styling, and framework support. No jQuery required."
/>
<meta property="og:image" content="https://slimselectjs.com/slimselect.gif" />
<meta property="og:site_name" content="SlimSelect" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://slimselectjs.com" />
<meta property="twitter:title" content="SlimSelect - Advanced JavaScript Select Dropdown Library" />
<meta
property="twitter:description"
content="Lightweight, feature-rich select dropdown library for vanilla JavaScript. Multi-select, search, custom styling, and framework support."
/>
<meta property="twitter:image" content="https://slimselectjs.com/slimselect.gif" />
<!-- Additional Meta Tags -->
<meta name="theme-color" content="#5897fb" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="SlimSelect" />
<!-- Google AdSense -->
<meta name="google-adsense-account" content="ca-pub-4428453911800052" />
</head>
<body>
<noscript>
<strong
>We're sorry but this site doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong
>
</noscript>
<div id="app"></div>
<script type="module" src="/src/docs/main.ts"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-14PMXQVXTC"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-14PMXQVXTC')
</script>
</body>
</html>