Timothy Pomeroy ea3fb5e455 Update package READMEs and add missing documentation hace 1 mes
..
src 7b7c4f0ac9 Initial commit hace 1 mes
README.md ea3fb5e455 Update package READMEs and add missing documentation hace 1 mes
eslint.config.mjs 7b7c4f0ac9 Initial commit hace 1 mes
package.json 7b7c4f0ac9 Initial commit hace 1 mes
tsconfig.json 7b7c4f0ac9 Initial commit hace 1 mes

README.md

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

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