import Layout from '../../components/Layout' import { ComponentsSidebar } from '../../sidebars' import { Playground } from '../../components/Playground'; import { Code, Heading, Paragraph, Link } from '@knkui/typography'; export default function Select() { return ( The Select component wraps ReactSelect. You can find the Documentation here. Single select Allows the user to select a single item from a dropdown menu. `} /> Multi select Allows the user to select a multiple items from a dropdown menu. `} /> ) }