Skip to main content

cotainers

Contaners

What does it look like?​

<Rben
Globals={["world = 'world'"]}
YourTest="puts 'hello' + world"
/>

Components

componentdescriptions
Edit
Rben
Unit
Wrap

Edit

Props interface

propsdescriptions
children: nullJSX.Element
args: Args
  • typeof Args is [string[], string]

Rben

Props interface

propsdescriptions
children: RbenChildren
[key: string]: string | string[]
  • typeof RbenChildren is (input: string, index: string) => null | JSX.Element

Unit

Props interface

propsdescriptions
children: nullJSX.Element
index: string
set: Dispatch
  • typeof Dispatch is RbenController['dispatch']

Wrap

Props interface

propsdescriptions
children: nullJSX.Element
data: any[]
size: number