Understand the Open Props UI project structure
mainThe project is organized as a monorepo consisting of two primary parts:
The Library (packages/opui)
This is the framework-agnostic core, managed as the opui-css workspace package. It contains:
components/: Folders containing component logic, templates (e.g.,Button.astro), and types.css/: Component styles, themes, and entry-point imports.astro/: The public entry point and barrel exports for Astro projects.
The Documentation Site (src/)
The Astro-based documentation site, containing layouts, pages, and site components.