@table-js/ui
v0.0.5
Published
Table.js UI components for Smart TV
Maintainers
Readme
@tablejs/ui
UI components for Table.js Smart TV applications.
Installation
npm install @tablejs/ui @tablejs/coreComponents
- Button - Focusable button with variants
- Card - Content card with image and text
- Shelf - Netflix-style horizontal scrolling shelf
- Modal - Overlay modal with focus trap
Usage
import { Button, Card, Shelf } from '@tablejs/ui'
function HomePage() {
return (
<Shelf title="Popular Movies">
<Card title="Inception" image="/inception.jpg" />
<Card title="Interstellar" image="/interstellar.jpg" />
</Shelf>
)
}License
MIT
