We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A component function handles component data and management without the requirement of adding the component to a variable. for example:
// X=10, Y=3 ui.WithPosition(10, 3, ui.Text("Some text!"))
ui.WithSize(width, height, ui.Div(components...))