Licence
—
Version
0.1.7
Deps
1
Size
7 kB
Vulns
0
Weekly
0
B8UI
UI library
components
Button
<Button title="buttonTitle" onClick={() => null} />
Select
<Select
label="selectLabel"
options={{
keyA: "valueA",
...
}}
onSelect={(selectedValue) => yourStuff(value)}
/>