🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@sikt/sds-header

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sikt/sds-header

```sh npm i -s @sikt/sds-header ```

latest
npmnpm
Version
4.0.3
Version published
Maintainers
3
Created
Source

@sikt/sds-header

Consume

npm i -s @sikt/sds-header

React

Simple header

import { Header } from "@sikt/sds-header";
import "@sikt/sds-header/dist/index.css";
import "@sikt/sds-logo/dist/index.css";

<Header />;

Header with product name

<Header logoText="Min produkt" logoHref="//path/to/my/product" />

Header with hamburger that can be positioned left leftSlot or right rigthSlot.
Children are positioned in the middle.

<Header leftSlot={<MyOwnHamburgerComponent />}>
  Content positioned in the middle of the header
</Header>

There is also a topSlot for adding an external menu above the header and a applicationStatus prop for adding a status below the header.

FAQs

Package last updated on 18 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts