Sha256: c2a4e53be142a7ac4195290c6af440ae20e50f08c28aa42024de8dc12c5988f7
Contents?: true
Size: 427 Bytes
Versions: 19
Compression:
Stored size: 427 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
19 entries across 19 versions & 3 rubygems