-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
♿ Scope: v3Related to HeroUI v3Related to HeroUI v3
Description
Example:
<Table>
<Table.ScrollContainer>
<Table.Content aria-label="Example table">
<Table.Header>
<Table.Column>Name</Table.Column>
<Table.Column>Role</Table.Column>
</Table.Header>
<Table.Body isLoading={loading}>
<Table.Spinner />
<Table.Row>
<Table.Cell>Kate Moore</Table.Cell>
<Table.Cell>CEO</Table.Cell>
</Table.Row>
</Table.Body>
</Table.Content>
</Table.ScrollContainer>
<Table.Footer>{/* Optional footer content */}</Table.Footer>
</Table>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
♿ Scope: v3Related to HeroUI v3Related to HeroUI v3