Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

CustumTable of Sample Page doesnot work #195

@matsubaraDaisuke

Description

@matsubaraDaisuke

Target:
https://buffetjs.io/storybook/?path=/story/components-table--with-custom-row

Now, 'Row' is not imported

  return (
    <Row>
      <td>
        <p>{id}</p>
      </td>
      <td>
        <p>{firstname}</p>
      </td>
      <td>
        <p>{lastname}</p>
      </td>
      <td>
        <p>{recipe}</p>
      </td>
      <td>
        <p>{restaurant}</p>
      </td>
    </Row>
  );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions