List
Hiển thị dạng dữ liệu dạng danh sách
Properties
List
List.Item
Example
import React from "react";
import { Page, List, Icon, Button } from "zmp-ui";
const { Item } = List;
export default function HomePage(props) {
return (
<List>
} />
}
suffix={}
/>
}
subTitle="subtitle"
/>
} />
}
/>
</List>
);
}