Skip to main content

Select

A select component to use in examples and documentation.

Usage

document.md
		<script>
	import { Select } from "@svecodocs/kit";
</script>
 
<Select>
	<!-- ... -->
</Select>
	

Example

Props

See Bits UI Select for available props.