⚠️ Select

Select

Select are used primarily for

Select component working!

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

Work in Progress