HeaderOPFrontendTemplate.md 1.76 KB

HeaderOPFrontendTemplate

Id Header_0000001
Name HeaderOPFrontendTemplate
Path ~/src/templates/header/HeaderOPFrontendTemplate.jsx
Description Header Template สำหรับ Project OPFrontend ของ FWD
version 0.0.2

Screenshot

Using

Requirements

  • แสดงชื่อระบบด้านซ้ายมือ โดยไม่มีรูปภาพ

  • แสดง version ด้านขวามือ

  • แสดงปุ่ม logout ด้านขวามือ

Install

  • import antd libs
import { Avatar } from 'antd';
  • import css file
import { style } from './resources/style/jsx/headerStyle';
  • เพิ่ม source code ส่วน render
render() {
  return (
    <div className="header" style={style}>
      {this.state.systemName}
    </div>
  );
}

Example

API Specifications

Properties

Property Description Type Default

Function

Function Input Return Description

What new?

Version 0.0.2

Update By Jutawuth Nantawan
Update Date 27/05/2019
  • เปลี่ยนชื่อระบบ

Version 0.0.1

Create By Jutawuth Nantawan
Create Date 27/05/2019
  • สร้างหน้าจอ UI header