3
  <Card
    style={{
      margin: "10px",
      borderRadius: "20px",
    }}
  >
    <div className="titleTraining">My Training Event</div>
    <Row gutter={[15, 15]}>
      <Col>
        <MyTrainingCardCom />
      </Col>
      <Col>
        <MyTrainingCardCom />
      </Col>
      <Col>
        <MyTrainingCardCom />
      </Col>
      <Col>
        <MyTrainingCardCom />
      </Col>
      <Col>
        <MyTrainingCardCom />
      </Col>
    </Row>
  </Card>

this is my code.

how to make the card can scroll view (scroll horizontally) when there are more than 3 or 4 cards especially using antDesign or whatever.

mukubal 99
  • 39
  • 3

0 Answers0