mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
TGUI updates + statpanel
This commit is contained in:
@@ -258,7 +258,7 @@ commit, while escape cancels.
|
||||
**Props:**
|
||||
|
||||
- See inherited props: [Box](#box)
|
||||
- `fluid`: fill availible horizontal space
|
||||
- `fluid`: fill available horizontal space
|
||||
- `onCommit: (e, value) => void`: function that is called after the user
|
||||
defocuses the input or presses enter
|
||||
- `currentValue: string`: default string to display when the input is shown
|
||||
@@ -275,7 +275,7 @@ interface.
|
||||
|
||||
Example (button):
|
||||
|
||||
```jsx
|
||||
```
|
||||
<ByondUi
|
||||
params={{
|
||||
id: 'test_button', // optional, can be auto-generated
|
||||
@@ -287,7 +287,7 @@ Example (button):
|
||||
|
||||
Example (map):
|
||||
|
||||
```jsx
|
||||
```
|
||||
<ByondUi
|
||||
params={{
|
||||
id: 'test_map',
|
||||
|
||||
Reference in New Issue
Block a user