Skip to content

techerbaretbeatrice/b8ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B8UI

UI library

How to install?

npm install b8ui

components

Button

<Button title="buttonTitle" onClick={() => null} />

Select

<Select 
    label="selectLabel" 
    options={{
    keyA: "valueA",
    ...
    }}
    onSelect={(selectedValue) => yourStuff(value)}    
/>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published