BackgroundImage
A versatile component that displays an image with various styles and sizes.
Installation
npm
npx maiton add backgroundImage
Props
The BackgroundImage
component extends div
, so you can pass all standard div
props.
src
Description | The src of the background image on the frame |
---|---|
Type | string |
Default | undefined |
width
Description | The width of the background image on the frame |
---|---|
Type | string |
Default | 955px |
height
Description | The height of the background image on the frame |
---|---|
Type | string |
Default | full |