⚠️ Combobox

Combobox

Combobox are used primarily for

Combobox component working!

Combobox works
app.tsx
  import { Combobox } from "@chepe/ui";
 
export default function App() {
  return <Combobox>Combobox works</Combobox>;
}
 
⚠️

Work in Progress