# KoliBri - React Sample App
[](https://www.npmjs.com/package/@public-ui/components)
[](https://github.com/public-ui/kolibri/blob/main/LICENSE)
[](https://www.npmjs.com/package/@public-ui/sample-react)
[](https://github.com/public-ui/kolibri/issues)
[](https://github.com/public-ui/kolibri/pulls)
[](https://bundlephobia.com/result?p=@public-ui/sample-react)

## Motivation
This app demonstrates all KoliBri components in a small React project.
Live example: <https://develop--kolibri-public-ui.netlify.app>
The sample is built with **Vite** for fast development and production builds.
## Folder structure
- `src/react.main.tsx` – bootstraps the app and sets up theming
- `src/components` – component demos organized by folder
- `src/scenarios` – cross component scenarios
- `src/shares` – shared utilities
## Installation and usage
```bash
git clone git@github.com:public-ui/kolibri.git
cd kolibri
pnpm install
pnpm -r build
cd packages/samples/react
pnpm start
```
Run `pnpm start` from this directory to launch the development server.