Skip to content
On this page

Interface: BackgroundProps

Table of contents

Properties

Properties

bgColor

• Optional bgColor: string

Background color


gap

• Optional gap: number

Background pattern gap


height

• Optional height: number

Background height


patternColor

• Optional patternColor: string

Background pattern color


size

• Optional size: number

Background pattern size


variant

• Optional variant: BackgroundVariant

The background pattern variant, BackgroundVariant


width

• Optional width: number

Background width


x

• Optional x: number

Background x-coordinate (offset x)


y

• Optional y: number

Background y-coordinate (offset y)

Released under the MIT License.