Sha256: 1634fa4e5ef636904427b61809cd5c9e7a9818345c7226b93919cfa2c587a981

Contents?: true

Size: 354 Bytes

Versions: 153

Compression:

Stored size: 354 Bytes

Contents

import React from 'react';
import PropTypes from 'prop-types';
import { Grid } from 'patternfly-react';

const TabFooter = ({ children }) => (
  <Grid.Row>
    <div className="tab-footer">{children}</div>
  </Grid.Row>
);

TabFooter.propTypes = {
  children: PropTypes.node,
};

TabFooter.defaultProps = {
  children: null,
};

export default TabFooter;

Version data entries

153 entries across 153 versions & 2 rubygems

Version Path
foreman_rh_cloud-11.2.0 webpack/ForemanInventoryUpload/Components/TabFooter/TabFooter.js
foreman_rh_cloud-9.0.60 webpack/ForemanInventoryUpload/Components/TabFooter/TabFooter.js
foreman_rh_cloud-10.0.4 webpack/ForemanInventoryUpload/Components/TabFooter/TabFooter.js
foreman_rh_cloud-11.1.0 webpack/ForemanInventoryUpload/Components/TabFooter/TabFooter.js
foreman_rh_cloud-10.0.3 webpack/ForemanInventoryUpload/Components/TabFooter/TabFooter.js
foreman_rh_cloud-11.0.3 webpack/ForemanInventoryUpload/Components/TabFooter/TabFooter.js
foreman_rh_cloud-9.0.59 webpack/ForemanInventoryUpload/Components/TabFooter/TabFooter.js
foreman_rh_cloud-11.0.2 webpack/ForemanInventoryUpload/Components/TabFooter/TabFooter.js
foreman_rh_cloud-11.0.1 webpack/ForemanInventoryUpload/Components/TabFooter/TabFooter.js
foreman_rh_cloud-11.0.0 webpack/ForemanInventoryUpload/Components/TabFooter/TabFooter.js
foreman_rh_cloud-9.0.58 webpack/ForemanInventoryUpload/Components/TabFooter/TabFooter.js
foreman_rh_cloud-10.0.2 webpack/ForemanInventoryUpload/Components/TabFooter/TabFooter.js
foreman_rh_cloud-9.0.57 webpack/ForemanInventoryUpload/Components/TabFooter/TabFooter.js
foreman_rh_cloud-10.0.1 webpack/ForemanInventoryUpload/Components/TabFooter/TabFooter.js
foreman_rh_cloud-9.0.56 webpack/ForemanInventoryUpload/Components/TabFooter/TabFooter.js
foreman_rh_cloud-9.0.55 webpack/ForemanInventoryUpload/Components/TabFooter/TabFooter.js
foreman_rh_cloud-9.0.54 webpack/ForemanInventoryUpload/Components/TabFooter/TabFooter.js
foreman_rh_cloud-9.0.53 webpack/ForemanInventoryUpload/Components/TabFooter/TabFooter.js
foreman_rh_cloud-9.0.52 webpack/ForemanInventoryUpload/Components/TabFooter/TabFooter.js
foreman_rh_cloud-8.0.52 webpack/ForemanInventoryUpload/Components/TabFooter/TabFooter.js