Timothy Pomeroy c3f65becaf Update package README files with project-specific documentation 1 mēnesi atpakaļ
..
src 7b7c4f0ac9 Initial commit 1 mēnesi atpakaļ
README.md c3f65becaf Update package README files with project-specific documentation 1 mēnesi atpakaļ
eslint.config.mjs 7b7c4f0ac9 Initial commit 1 mēnesi atpakaļ
package.json 7b7c4f0ac9 Initial commit 1 mēnesi atpakaļ
tsconfig.json 7b7c4f0ac9 Initial commit 1 mēnesi atpakaļ

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