Components
Table
Documentation for the Table component.
Table
Preview
| Name | Type | Status |
|---|---|---|
| Button | Action | Stable |
| Select | Form | Beta |
The Table component is built with React Aria and styled using StyleX.
Import
import { Table } from '@moul-dev/ui';Usage
Here is a basic example of how to use the Table component:
import { Table } from '@moul-dev/ui';
export default function Example() {
return (
<Table>
{/* Component content */}
</Table>
);
}Props
Table Props
Prop
Type
Default className: react-aria-Table