⚠️ Table

Table

Table are used primarily for

Table component working!

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

Work in Progress