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

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