sponsored-group

v1.0.20arrow_drop_down
v1.0.20
v1.0.19
v1.0.18
v1.0.17
v1.0.16
v1.0.15
v1.0.14
v1.0.13
v1.0.12
v1.0.10
v1.0.9
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
STATUS
Failing
DOWNLOADS
488
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
5 years ago
SIZE
101 KB
SponsoredGroup component
1 contributor
Install sponsored-group as a package?
Copied
npm i @bit/dennisdigital.components.organisms.sponsored-group
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
modifieddraft
chevron_left
chevron_right
SponsoredGroup ()

SponsoredGroup component

Properties
NameTypeDefault value
title
string''
image
string''
content
object[][]
component
string'ListLayout'
more
objectOf{}
extraClassNames
{}{}
context
{}{}
Test Summary

should render without any props

Skipped

should have a title

Skipped

should not render title if not passed from the props

Skipped

should have an image

Skipped

should not render image if not passed from the props

Skipped

should match the numer of elements in the group

Skipped

should render the ListItem component by default

Skipped

should have a more link

Skipped

check extraClassNames props

Skipped
Help and resources