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 %}
Global header that contains the global search, primary navigation, and secondary navigation.
<script type="module">
import boltComponentsPageHeader from 'https://cdn.skypack.dev/@bolt/components-page-header';
</script>
Component in progress
npm install @bolt/components-page-header
Set content as arbitrary HTML:
{% set content %}
<p>Whatever HTML content you want</p>
{% endset %}