README
Component in progress
Install via NPM
npm install @bolt/components-page-footer
Content
Set content as arbitrary HTML:
{% set content %}
<p>Whatever HTML content you want</p>
{% endset %}
Global footer that contains Pega description, main navigation, secondary navigation and social media links
<script type="module">
import boltComponentsPageFooter from 'https://cdn.skypack.dev/@bolt/components-page-footer';
</script>
Component in progress
npm install @bolt/components-page-footer
Set content as arbitrary HTML:
{% set content %}
<p>Whatever HTML content you want</p>
{% endset %}