Setup
After installing wui, you can follow this page to setup wui to work in your react project.
Wrap your project with a WuiApp
component which provides necessary theme and styling variables that the wui components depend on.
<WuiApp>
<App /> // Your application
</WuiApp>