import React from 'react'; import { Card } from 'antd'; const App: React.FC = () => ( <> More} style={{ width: 300 }}>

Card content

Card content

Card content

More} style={{ width: 300 }}>

Card content

Card content

Card content

); export default App;