v
Github
🌝
View Source
render( <LinkList links={[ { name: 'Twitter', url: 'http://twitter.com', }, { name: 'Facebook', url: 'http://facebook.com', }, { name: 'Google', url: 'http://google.com', }, { name: 'Snapchat', url: 'http://snapchat.com', }, ]} />)
Accepts StackView props.
Array
Accepts an array of objects that specify the name and url for each link.
name
url