<Background> コンポーネントを使用して、画像を背景として設定します。<Background>

</Background>// 背景色: preset1
<Background bgColor="preset1">

</Background>
// 背景色: preset2
<Background bgColor="preset2">

</Background>
... (preset3 から preset20 まで同様に続きます) ...<Background position="bottom">

</Background><Background radius={14}>

</Background><Background borderWidth={1}>

</Background><Background paddingTop={40} paddingBottom={40} paddingLeft={20} paddingRight={20}>

</Background><Background bgDirection={90}>

</Background>// 背景パターン: ploka
<Background bgGridOverlay="ploka">

</Background>
// 背景パターン: ploka2
<Background bgGridOverlay="ploka2">

</Background>
... (paper、paper2、paper3、wave、electronics、stars、noneも同様に続きます) ...