docs/pages/components/imddb-header/doc.md

Summary

Maintainability
Test Coverage
---
title: IMDDB Header
---

A component to create header with generic features.

:::sample-card
<div class="full-width">
  <imddb-header no-headroom position="relative" />
</div>
:::

::: api-table components/ImddbHeader.vue :::

<style lang="scss">
  .full-width {
    overflow: auto;

    .imddb-header {
      min-width: 990px;
    }
  }
</style>