Skip to content
Discussion options

You must be logged in to vote

yep, you can pass tile_props.onlick.

<script>
  import { PeriodicTable } from 'matterviz'

  const heatmap_values = { H: 2, O: 1 }
  const onclick = console.log
</script>

<PeriodicTable
  {heatmap_values}
  tile_props={{ onclick }}
>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by janosh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants