Sha256: 00a159fae550c7499630e0a0b32e2a12f25aef8e229b48958256f50cd45a19b0

Contents?: true

Size: 231 Bytes

Versions: 24

Compression:

Stored size: 231 Bytes

Contents

import React from 'react';
import { noop } from 'patternfly-react';

export const props = {
  items: [
    {
      icon: 'some-icon',
      name: 'some-name',
      component: () => <p>test</p>,
      onClick: noop,
    },
  ],
};

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
foreman_rh_cloud-2.0.4 webpack/ForemanInventoryUpload/Components/NavContainer/NavContainer.fixtures.js
foreman_inventory_upload-2.0.4.pre.2 webpack/ForemanInventoryUpload/Components/NavContainer/NavContainer.fixtures.js
foreman_inventory_upload-2.0.4.pre.1 webpack/ForemanInventoryUpload/Components/NavContainer/NavContainer.fixtures.js
foreman_inventory_upload-2.0.3 webpack/ForemanInventoryUpload/Components/NavContainer/NavContainer.fixtures.js