スタイル属性にposition: fixed;
がプリセットされたDIVです。
コンテンツ幅はウィンドウ幅ではなく、親要素の幅が設定されます。
vue
<template>
<Fixed
top="0"
>
<b-div
font-size="4"
font-weight="bold"
>
Key Advantages
</b-div>
<b-div font-size="2">
Why our 50,000+ users trust our platform
</b-div>
</Fixed>
</template>