StackLayoutProps
Represents the props of the KendoReact StackLayout component.
Name | Type | Default | Description |
---|---|---|---|
align? |
|
Specifies the horizontal and vertical alignment of the inner StackLayout elements. Demo (here) and (here). The possible keys are:
| |
children? |
|
The React elements that will be rendered inside the StackLayout. | |
className? |
|
Sets additional CSS classes to the StackLayout. | |
gap? |
|
Specifies the gap between the inner elements (see example). | |
id? |
|
Sets the | |
orientation? |
|
Specifies the orientation of the StackLayout. (see example). The possible values are:
| |
style? |
|
Sets additional CSS styles to the StackLayout. |