0.1.7 • Published 3 years ago
b8ui v0.1.7
B8UI
UI library
components
Button
<Button title="buttonTitle" onClick={() => null} />Select
<Select
label="selectLabel"
options={{
keyA: "valueA",
...
}}
onSelect={(selectedValue) => yourStuff(value)}
/>