Hello World
Component Name
TransparentBackground
Description
A component that renders a dynamic grid-based transparent background, with alternating colors for squares, behind the provided content.
Use like example
Properties
Property | Type | Default | Description |
---|---|---|---|
min_square_width | number | 10 | The minimum width of each square in pixels. |
max_square_width | number | 25 | The maximum width of each square in pixels. |
min_squares_per_row | number | 2 | The minimum number of squares per row. |
content | snippet | The content to be displayed in the foreground while the background grid renders behind it. |