Heildamm Components provides a comprehensive, professionally-structured component library built with React 19, TypeScript, and Zod validation. Each component is organized hierarchically by category, ...
src/ ├── app/ │ └── root.tsx # Root layout ├── components/ │ ├── MDXViewer.tsx # Main MDX viewer component │ ├── theme-provider.tsx # Theme context │ ├── mode-toggle.tsx # Theme toggle button │ └── ui ...