Moul UIBeta
Components

Table

Documentation for the Table component.

React Aria

Table

Preview

NameTypeStatus
ButtonActionStable
SelectFormBeta

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

On this page