This is a simple component page header for VueJs
import PageHeader from "vuejs-page-header"
yarn run serve
type: String
e.g.: pagename="The Name"
type: Object
e.g.: :styles="{'color': '#f6f6f6'}"
type: String
e.g.: bgColor="#cdd1ce"
type: String
e.g.: fgColor="blue"
type: String
e.g.: height="35px"
type: String
e.g.: fontSyze="18px"
type: String
e.g.: fontFamily="Tahoma"
type: String
options: back1, back2
e.g.: icon="back2"
Called when click on the back button
type: Event
e.g.: clickBack="callTest"