Sha256: cb119e29c36160ebe038d4be6223a44d5d68c875bfe6095511903bdf56358b77

Contents?: true

Size: 351 Bytes

Versions: 9

Compression:

Stored size: 351 Bytes

Contents

// This example for extanding foreman-core's component via slot&fill

/*
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

9 entries across 9 versions & 1 rubygems

Version Path
foreman_statistics-2.1.0 webpack/fills_index.js
foreman_statistics-2.0.1 webpack/fills_index.js
foreman_statistics-2.0.0 webpack/fills_index.js
foreman_statistics-1.2.0 webpack/fills_index.js
foreman_statistics-1.1.1 webpack/fills_index.js
foreman_statistics-1.1.0 webpack/fills_index.js
foreman_statistics-1.0.0 webpack/fills_index.js
foreman_statistics-0.1.3 webpack/fills_index.js
foreman_statistics-0.1.2 webpack/fills_index.js