Skip to content

Table layout #4

@mkapal

Description

@mkapal

Proposed syntax:

function App() {
  return (
    <Table top={10} left={10}>
      <TableRow>
        <TableCellButton>
          Row 1 - Cell 1
        </TableCellButton>
        <TableCellButton>
          Row 1 - Cell 2
        </TableCellButton>
      </TableRow>
      <TableRow>
        <TableCellButton>
          Row 2 - Cell 1
        </TableCellButton>
        <TableCellButton>
          Row 2 - Cell 2
        </TableCellButton>
      </TableRow>
    </InSim>
  );
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions