Table
Data presented in rows and columns
Preview
Table
This component is completely themeable, accessible, and ready for production use.
Usage
import { Table } from '@aaroh/react-ui';
export default function Example() {
return (
<Table>
Click Me
</Table>
);
}
Accessibility
- Full keyboard navigation support
- ARIA attributes managed automatically
- Focus rings managed for screen readers
