This commit is contained in:
NoryiE
2025-02-14 13:40:48 +00:00
parent 346ded1c89
commit 4d99507f4f
16 changed files with 233 additions and 11 deletions

View File

@@ -14,11 +14,11 @@
|[Label:init](#Label:init)|-|
|[Label:render](#Label:render)|-|
## Label.new(name, basalt)
## Label.new(props, basalt)
Creates a new Label instance
### Parameters
* `name` `table` The properties to initialize the element with
* `props` `table` The properties to initialize the element with
* `basalt` `table` The basalt instance
### Returns