วัสดุ - ไอคอนการนำทาง
บทนี้อธิบายการใช้งานไอคอนการนำทาง (วัสดุ) ของ Google สมมติว่าcustom คือชื่อคลาส CSS ที่เรากำหนดขนาดและสีดังแสดงในตัวอย่างด้านล่าง
<!DOCTYPE html>
<html>
<head>
<link href = "https://fonts.googleapis.com/icon?family=Material+Icons" rel = "stylesheet">
<style>
i.custom {font-size: 2em; color: green;}
</style>
</head>
<body>
<i class = "material-icons custom">accessibility</i>
</body>
</html>
ตารางต่อไปนี้มีการใช้งานและผลลัพธ์ของไอคอนการนำทาง (Material) ของ Google แทนที่แท็ก <body> ของโปรแกรมด้านบนด้วยรหัสที่กำหนดในตารางเพื่อรับผลลัพธ์ตามลำดับ -
การใช้งาน | ผลลัพธ์ |
---|---|
<i class = "material-icons custom"> แอป </i> | แอพ |
<i class = "material-icons custom"> arrow_back </i> | arrow_back |
<i class = "material-icons custom"> arrow_drop_down </i> | arrow_drop_down |
<i class = "material-icons custom"> arrow_drop_down_circle </i> | arrow_drop_down_circle |
<i class = "material-icons custom"> arrow_drop_up </i> | arrow_drop_up |
<i class = "material-icons custom"> arrow_forward </i> | arrow_forward |
<i class = "material-icons custom"> ยกเลิก </i> | ยกเลิก |
<i class = "material-icons custom"> ตรวจสอบ </i> | ตรวจสอบ |
<i class = "material-icons custom"> chevron_left </i> | chevron_left |
<i class = "material-icons custom"> chevron_right </i> | chevron_right |
<i class = "material-icons custom"> ปิด </i> | ปิด |
<i class = "material-icons custom"> expand_less </i> | expand_less |
<i class = "material-icons custom"> expand_more </i> | expand_more |
<i class = "material-icons custom"> เต็มหน้าจอ </i> | เต็มจอ |
<i class = "material-icons custom"> fullscreen_exit </i> | fullscreen_exit |
<i class = "material-icons custom"> เมนู </i> | เมนู |
<i class = "material-icons custom"> more_horiz </i> | more_horiz |
<i class = "material-icons custom"> more_vert </i> | more_vert |
<i class = "material-icons custom"> รีเฟรช </i> | รีเฟรช |