# `PhoenixKitWarehouse.Web.Components.WarehouseHeader`
[🔗](https://github.com/BeamLabEU/phoenix_kit_warehouse/blob/0.4.0/lib/phoenix_kit_warehouse/web/components/warehouse_header.ex#L1)

Shared tab navigation for the Warehouse section.

Renders the "In stock" / "Stocktakes" / ... tab bar. Each tab's primary
"create new" action lives in that tab's own table toolbar (next to the sort
control), not here. Tab links use `navigate` (not `patch`) since each tab is
served by a separate LiveView module — `Warehouse.StockLive`, `Warehouse.Index`, etc.

# `warehouse_header`

## Attributes

* `active` (`:atom`) (required)

---

*Consult [api-reference.md](api-reference.md) for complete listing*
