UNPKG

plopfile-generate

Version:

Installation:

12 lines (9 loc) 381 B
import React from 'react'; import RestShow from '../../../containers/rest/Show'; import RestFieldItem from '../../../components/RestField/RestFieldItem'; const {{upperCaseFirstChartWithPluralize name}}Show = props => ( <RestShow {...props} hasEdit resource="{{pluralize name}}"> //content here </RestShow> ); export default {{upperCaseFirstChartWithPluralize name}}Show;