Skip to content

Instantly share code, notes, and snippets.

@AshotN
Created June 22, 2015 10:11
Show Gist options
  • Save AshotN/d7622b76fa2ab84d7579 to your computer and use it in GitHub Desktop.
Save AshotN/d7622b76fa2ab84d7579 to your computer and use it in GitHub Desktop.
{component, DOM} = require 'fission'
{div, img} = DOM
module.exports = component
displayName: 'Topbox'
render: ->
div
className: 'component topbox',
style:
background: "#171717 url(#{@props.image})"
backgroundSize: 'cover'
backgroundPosition: 'center'
span null, "Hego.Co"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment