Sha256: 23a9c845b0495ac294c9b25e79a2baa6bb6fca23a3d5cc92694b258de244639e
Contents?: true
Size: 426 Bytes
Versions: 2
Compression:
Stored size: 426 Bytes
Contents
// This is an example of extending foreman-core's component via slot&fill // http://foreman.surge.sh/?path=/docs/introduction-slot-and-fill--page /* import React from 'react'; import { addGlobalFill } from 'foremanReact/components/common/Fill/GlobalFill'; addGlobalFill('slotId', 'fillId', <SomeComponent key="some-key" />, 300); addGlobalFill( 'slotId', 'fillId', { someProp: 'this is an override prop' }, 300 ); */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
foreman_patch-1.1.6.alpha5 | webpack/src/Extends/index.js |
foreman_patch-1.1.6.alpha4 | webpack/src/Extends/index.js |