JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 130
  • Score
    100M100P100Q88850F
  • License ISC

TV-optimized React component library for audio streaming applications

Package Exports

  • @smtv/tv-component-library
  • @smtv/tv-component-library/dist/index.esm.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@smtv/tv-component-library) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@smtv/tv-component-library

A TV-optimized React component library for audio streaming applications.

Features

  • TV-specific UI components
  • Remote control navigation support
  • Accessibility-focused design
  • Dark mode by default
  • Built with TypeScript
  • Storybook documentation

Installation

npm install @smtv/tv-component-library

Usage

import { ChannelCard } from '@smtv/tv-component-library';

function App() {
  return (
    <ChannelCard
      title="Channel Name"
      description="Channel description"
      // Add other props as needed
    />
  );
}

Development

  1. Clone the repository
  2. Install dependencies:
    npm install
  3. Start Storybook:
    npm run storybook
  4. Build the library:
    npm run build

Documentation

Visit our Storybook documentation for detailed component documentation and examples.

License

ISC