Kenobi
Introduction
Colors
Button
Dialog
Drawer
Inline Dialog
Icon
Tooltip
Input
Select
Built with
Introduction
Kenobi is a React UI Toolkit for building interfaces for web applications.
Kenobi is built and maintained by
Plateo
This project is built entirely on React hooks and Typescript.
Disclaimer: This project is still under active development. Things will change.
Most components are compliant with WAI ARIA standards. If we've missed something, please reach out!
Quick start
Install
1
1
npm
install
kenobi
-
ui
Basic Usage
3
1
import
{
Button
}
from
'kenobi-ui'
;
2
3
<
Button
>
Hello from Kenobi!
</
Button
>
;