Skip to content

ProductHead

ProductHead

The wrapping with paddings. Not responsive (so far), but can be dragged.

jsx
import ProductHead from 'intergalactic/product-head';
<ProductHead />;
import ProductHead from 'intergalactic/product-head';
<ProductHead />;

ProductHead.Row

The header is divided into lines with components. They are divided from each other with equal paddings – my={2}.

jsx
import ProductHead from 'intergalactic/product-head';
<ProductHead.Row />;
import ProductHead from 'intergalactic/product-head';
<ProductHead.Row />;

The component for setting the paddings between the links.

jsx
import ProductHead from 'intergalactic/product-head';
<ProductHead.Links />;
import ProductHead from 'intergalactic/product-head';
<ProductHead.Links />;

ProductHead.Buttons

The component for setting the paddings between the buttons.

jsx
import ProductHead from 'intergalactic/product-head';
<ProductHead.Buttons />;
import ProductHead from 'intergalactic/product-head';
<ProductHead.Buttons />;

Title

The header’ heading component

jsx
import { Title } from 'intergalactic/product-head';
<Title />;
import { Title } from 'intergalactic/product-head';
<Title />;

HeaderTitleProps

& {...}
NameTypeDescription
toolNameReact.ReactNode

Info

The component for output of the information on the project and the global filters of the report. The information is divided with a vertical line.

jsx
import { Info } from 'intergalactic/product-head';
<Info />;
import { Info } from 'intergalactic/product-head';
<Info />;

Info.Item

One unit with the information on the project or global filter.

jsx
import { Info } from 'intergalactic/product-head';
<Info.Item />;
import { Info } from 'intergalactic/product-head';
<Info.Item />;

InfoItemProps

& {...}
NameTypeDescription
labelReact.ReactNode

Released under the MIT License.

Released under the MIT License.