@bolt/components-page-header

Global header that contains the global search, primary navigation, and secondary navigation.

Usage no npm install needed!

<script type="module">
  import boltComponentsPageHeader from 'https://cdn.skypack.dev/@bolt/components-page-header';
</script>

README

Component in progress

Install via NPM
npm install @bolt/components-page-header

Content

Set content as arbitrary HTML:

{% set content %}
  <p>Whatever HTML content you want</p>
{% endset %}