A component that displays floating content relative to a target element.
For more examples, visit the Storybook.
StudsPopup
ParametersIf true, the popup content will only be rendered when the popup is open.
Gets or sets a value indicating whether to focus the first focusable HTML element when the popup opens.
Gets or sets the content to be displayed inside the popup.
If true, prevents the default mouse down behavior on the popup element.
Gets or sets the callback that is invoked when the popup is opened.
Gets or sets the callback that is invoked when the popup is closed.
Opens or closes the popup relative to the target element. The disableSmartPosition parameter controls whether the popup should use smart positioning.
Closes the popup.
Closes the popup associated with the specified target element.
Specifies additional custom attributes that will be rendered by the component.
Gets or sets the callback that is invoked when the mouse enters an item.
Gets or sets the callback that is invoked when the mouse leaves an item.
A callback that will be invoked when the user right-clicks the component. Commonly used to display a context menu.
Gets or sets the culture used to display localizable data (numbers, dates). Set by default to “CultureInfo.CurrentCulture”.
Gets or sets the inline CSS style.
Gets or sets a value indicating whether this “T:Studs.StudsComponent” is visible. Invisible components are not rendered.
For more examples, visit the Storybook.
StudsPopup
ParametersIf true, the popup content will only be rendered when the popup is open.
Gets or sets a value indicating whether to focus the first focusable HTML element when the popup opens.
Gets or sets the content to be displayed inside the popup.
If true, prevents the default mouse down behavior on the popup element.
Gets or sets the callback that is invoked when the popup is opened.
Gets or sets the callback that is invoked when the popup is closed.
Opens or closes the popup relative to the target element. The disableSmartPosition parameter controls whether the popup should use smart positioning.
Closes the popup.
Closes the popup associated with the specified target element.
Specifies additional custom attributes that will be rendered by the component.
Gets or sets the callback that is invoked when the mouse enters an item.
Gets or sets the callback that is invoked when the mouse leaves an item.
A callback that will be invoked when the user right-clicks the component. Commonly used to display a context menu.
Gets or sets the culture used to display localizable data (numbers, dates). Set by default to “CultureInfo.CurrentCulture”.
Gets or sets the inline CSS style.
Gets or sets a value indicating whether this “T:Studs.StudsComponent” is visible. Invisible components are not rendered.