Dl Properties
| Property | Type | Description |
|---|---|---|
layout | string | (optional) Sets the layout of the list. Can be vertical, horizontal or grid. Defaults to vertical. |
innerRef | React.RefObject | (optional) Send along a custom React Ref. |
children | React.Node | (optional) Contents. |
Space | string object | (optional) Spacing properties like top or bottom are supported. |
Ol Properties
| Property | Type | Description |
|---|---|---|
inside | boolean | (optional) Defines the position of the marker. |
outside | boolean | (optional) Defines the position of the marker (default). |
nested | boolean | (optional) Will ensure a nested structure of several lists. |
innerRef | React.RefObject | (optional) Send along a custom React Ref. |
children | React.Node | (optional) Contents. |
Space | string object | (optional) Spacing properties like top or bottom are supported. |
Ul Properties
| Property | Type | Description |
|---|---|---|
inside | boolean | (optional) Defines the position of the marker. |
outside | boolean | (optional) Defines the position of the marker (default). |
nested | boolean | (optional) Will ensure a nested structure of several lists. |
innerRef | React.RefObject | (optional) Send along a custom React Ref. |
children | React.Node | (optional) Contents. |
Space | string object | (optional) Spacing properties like top or bottom are supported. |