You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`scroll_navbar()` creates a navigation bar with buttons that scroll the page to anchor IDs. It is highly customizable, supporting various orientations, labels, icons, and styles.
28
28
29
29
-`anchor_ids` ( `Collection[str]` ):
30
-
A collection of anchor IDs that represent the sections or points to navigate to. **Required**.
30
+
A collection of anchor IDs that represent the sections or points to navigate to.
31
+
**Required**.
31
32
32
33
-`key` ( `str`, optional ):
33
34
A unique key for the component. Each navbar must have a unique key for cross-origin message handling.
If True, navigation will snap instantly to anchors.
61
-
Defaults to False.
62
+
**Default**: `False`.
62
63
63
64
## Examples
64
65
@@ -93,7 +94,7 @@ for anchor_id in anchor_ids:
93
94
```
94
95
95
96
### Styles Overrides
96
-
The override_styles argument allows you to customize the styles for scroll_navbar component. This property accepts an object containing specific style overrides that will be merged with the base styles defined in the component. By using this option, you can modify the appearance of the navigation bar to better fit your design requirements.
97
+
The `override_styles` argument allows you to customize the styles for scroll_navbar component. This property accepts an object containing specific style overrides that will be merged with the base styles defined in the component. By using this option, you can modify the appearance of the navigation bar to better fit your design requirements.
97
98
98
99
Below is a list of style keys available for customization:
0 commit comments