tvos-components
v1.1.31
Published
Some stuff to simplify TVOS development
Downloads
10
Readme
#tvos-components ##Installation
npm install --save tvos-components
##Components ###ListTemplate Renders a ListTemplate document
{
backgroundImg: 'url',
title: 'Some text',
items: [
{
text: 'foo',
title: 'Some Foo',
subtitle: 'Here is a thing about Foo',
img: 'http://img/src.png'
}
]
}