item

v0.0.2arrow_drop_down
v0.0.2
v0.0.1
STATUS
Passing
DOWNLOADS
8
VISIBILITY
Public
PUBLISHED
5 years ago
SIZE
47 KB
Netflix's title items
1 contributor
Install item as a package?
Copied
npm i @bit/giladshoham.gggg.item
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
No preview available
modifieddraft
chevron_left
chevron_right
Item ()

Netflix’s title items

Example
<Item
  title='Demo List Item'
  rating={6}
  overview='This demo item brought you by the Bit team'
  backdrop='http://image.tmdb.org/t/p/original/aok7IhrbA83josNz9Dqh8tNA0Ao.jpg'
/>
Properties
NameTypeDescription
title
string

item’s title

score
number

item’s score (1-10 float range)

overview
string

text for describing the item’s overview

backdrop
string

thumbnail image for item

Help and resources