project root$ npm install @ngxux/section-header
app.component.html<ngxux-section-header [buttons]="[{ key: 'somekey', label: 'some label', color: 'warn' },{ key: 'somekey', label: 'some label', color: 'primary' }]"description="This is a section description. You can change me anytime using a service or attribute."title="Some Section Title"></ngxux-section-header>