Parameter | Type | Description |
---|---|---|
background? | 'default' | 'none' | 'with-border' | Specifies what kind of background to apply , defaults to ‘default’. Check the playground section to see the differences. |
className? | string | Allows setting a className to the container component. Note: this does not work when Shadow Dom is enabled! |
style? | CSSProperties | Allows passing explicit style to the container, such as setting a fixed height. |