Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 675 Bytes

File metadata and controls

27 lines (17 loc) · 675 Bytes

Baukasten Examples

This directory contains exmaple folders demonstrating usage and use cases for the Baukasten UI library.

Examples

1. Web Example (web-example/)

Purpose: Demonstrates very basic setup and usage using Baukasten components in a standalone web application.

Key Features:

  • Uses VSCodeThemeWrapper to simulate VSCode theming
  • Manual theme selection (Dark+, Light+, GitHub Dark, Monokai, etc.)
  • Perfect for testing components in a browser
  • Shows how to integrate Baukasten in React web apps

Run it:

npm run example:web

Use Case:

  • Prototyping VSCode extension UIs in the browser
  • Component demos and testing