Skip to content

Carousel component built out#115

Open
brandonk1234 wants to merge 1 commit intomasterfrom
issue/#114
Open

Carousel component built out#115
brandonk1234 wants to merge 1 commit intomasterfrom
issue/#114

Conversation

@brandonk1234
Copy link
Contributor

fixes #114

},

render: function() {
console.log("carousel examples rendering");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

log log log

{this.renderActions()}
</div>

{/*<div style={{borderBottom: "1px solid #000"}}>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could remove this comment


renderActionsButtons: function() {
return _.map(this.props.item.actions, function(action) {
console.log(action.icon);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

log log log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

build out carousel component

2 participants