@public-ui/sample-react
v4.0.3
Published
This app contains samples for the KoliBri/Public UI
Readme
KoliBri - React Sample App
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 themingsrc/components– component demos organized by foldersrc/scenarios– cross component scenariossrc/shares– shared utilities
Installation and usage
git clone [email protected]:public-ui/kolibri.git
cd kolibri
pnpm install
pnpm -r build
cd packages/samples/react
pnpm startRun pnpm start from this directory to launch the development server.
