cotainers
Contaners
What does it look like?
<Rben
Globals={["world = 'world'"]}
YourTest="puts 'hello' + world"
/>
Components
| component | descriptions |
|---|---|
| Edit | |
| Rben | |
| Unit | |
| Wrap |
Edit
Props interface
| props | descriptions |
|---|---|
| children: null | JSX.Element |
| args: Args |
- typeof Args is
[string[], string]
Rben
Props interface
| props | descriptions |
|---|---|
children: RbenChildren | |
| [key: string]: string | string[] |
- typeof RbenChildren is
(input: string, index: string) => null | JSX.Element
Unit
Props interface
| props | descriptions |
|---|---|
| children: null | JSX.Element |
| index: string | |
| set: Dispatch |
- typeof Dispatch is
RbenController['dispatch']
Wrap
Props interface
| props | descriptions |
|---|---|
| children: null | JSX.Element |
| data: any[] | |
| size: number |