import clsx from 'clsx' /** `` with styles. Expects table html (``, `
` etc) */ export const Table = (props: { zebra?: boolean className?: string children: React.ReactNode }) => { const { className, children } = props return ( thead]:font-bold [&>tbody_tr:nth-child(odd)]:bg-white', className )} > {children}
) }