Table Row

A row component used within tables to display data cells.

Table Row

Name
Email
Role
John Doe
john@example.com
Developer
interface TableRowProps{
		children: React.ReactNode;
}