Interface
This type is used to show the properties of compareCard() options
Propertiesβ
| Property | Type | Optional | Default | Description |
|---|---|---|---|---|
| background | URL | β | https://i.ibb.co/WnfXZjc/clouds.jpg | Background image URL. |
| centerBar | HexColor | β | rgba(255,255,255,0.65) or rgba(0,0,0,0.55) when light is true | Center bar fill color. |
| centerBarBg | HexColor | β | rgba(255,255,255,0.2) or rgba(0,0,0,0.2) when light is true | Center bar background color. |
| color | HexColor | β | rgba(255,255,255,0.5) or rgba(0,0,0,0.5) when light is true | Card overlay/accent color. |
| fallbackFont | string | β | Absolute file path to a fallback font. | |
| font | string | β | Bundled Baloo2-Regular.woff2 | Absolute file path to the primary font. |
| light | boolean | β | false | Use the light compare-card theme. |