UNPKG

jsreport-phantom-pdf

Version:

jsreport recipe which is rendering pdf from html using phantomjs

4 lines (2 loc) 160 B
import React from 'react' export default (props) => <span>{props.entity.name + ' ' + props.tab.headerOrFooter + (props.entity.__isDirty ? '*' : '')}</span>