Modal
This class provides the building blocks to implement a modal.
Use modal functions to create an instance, set up the needed Hooks or Propertys and refine the component by using the further factory methods offered by this class.
For more information refer to the official documentation
Constructors
Types
Functions
Factory function to create a modalPanel with a HTMLDivElement as default Tag.
Factory function to create a modalPanel.
Properties
Extensions
Factory function to create a CheckboxGroup.
Factory function to create a CheckboxGroup with a HTMLDivElement as default root Tag.
Factory function to create a DataCollection.
Factory function to create a DataCollection with a HTMLDivElement as default root Tag.
Factory function to create a Disclosure.
Factory function to create a Disclosure with a HTMLDivElement as default root Tag.
Factory function to create a InputField.
Factory function to create a InputField with a HTMLDivElement as default root Tag.
Factory function to create a Listbox.
Factory function to create a Listbox with a HTMLDivElement as default root Tag.
Factory function to create a Menu.
Factory function to create a Menu with a HTMLDivElement as default root Tag.
Factory function to create a PopOver.
Factory function to create a PopOver with a HTMLDivElement as default root Tag.
Factory function to create a RadioGroup.
Factory function to create a RadioGroup with a HTMLDivElement as default root Tag.
Factory function to create a Switch.
Factory function to create a Switch with a HTMLButtonElement as default root Tag.
Factory function to create a SwitchWithLabel.
Factory function to create a SwitchWithLabel with a HTMLDivElement as default root Tag.
Factory function to create a TabGroup.
Factory function to create a TabGroup with a HTMLDivElement as default root Tag.
Factory function to create a TextArea.
Factory function to create a TextArea with a HTMLDivElement as default root Tag.
Factory function to create a toastContainer.
Factory function to create a toastContainer with a HTMLUListElement as default Tag.