Interface WithWidthOptions

interface WithWidthOptions {
    max_width?: WidthOptions;
}

Hierarchy (View Summary)

Properties

Properties

max_width?: WidthOptions

Sets an optional max width of the component. Options are small, medium and large. By default, the component will be 100% width of the container.

MMNEPVFCICPMFPCPTTAAATR