groovinads-ui 1.2.43 → 1.2.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -167,7 +167,7 @@ export default DropdownComponentExample;
|
|
|
167
167
|
| `autoClose` | `Boolean` `String` | No | `true` `false` `outside` `inside` | false | Determines when the dropdown should auto-close. If `true` or `inside`, it closes on inside click. If `outside`, it closes on the outside click. |
|
|
168
168
|
| `children` | Node | Yes | n/a | n/a | Child components to be rendered inside the dropdown. |
|
|
169
169
|
| `className` | String | No | n/a | string | Adds a custom CSS class to the component.names. |
|
|
170
|
-
| `drop` | String | No | `up` `down` | n/a | Determines the direction in which the dropdown menu will be displayed.
|
|
170
|
+
| `drop` | String | No | `up` `down` `start` `end` | n/a | Determines the direction in which the dropdown menu will be displayed. |
|
|
171
171
|
| `fullWidth` | Boolean | No | n/a | n/a | If true, the dropdown menu will span the full width of its container. |
|
|
172
172
|
| `overflow` | Boolean | No | `true` `false` | false | Adjusts the dropdown's position to handle overflow situations. |
|
|
173
173
|
| `show` | Boolean | No | `true` `false` | n/a | Controls the visibility of the dropdown. If true, the dropdown is visible; if false, it is hidden. |
|