# UI Components Shared React UI components for the Watch Finished Turbo monorepo. ## Status This package is currently a stub and contains minimal shared components. Future development may expand this into a comprehensive component library. ## Usage ```tsx import { Component } from "@watch-finished-turbo/ui"; // Use shared components across apps ``` ## Current Components - Placeholder for future shared UI components - Tailwind CSS utilities - Common component patterns ## Development This package follows the same development practices as the main apps: - TypeScript for type safety - ESLint for code quality - Tailwind CSS for styling