Skip to content

Instantly share code, notes, and snippets.

@AndyObtiva
Created July 26, 2017 20:20
Show Gist options
  • Save AndyObtiva/dd117bcaf16851d850a2e9331e52d38c to your computer and use it in GitHub Desktop.
Save AndyObtiva/dd117bcaf16851d850a2e9331e52d38c to your computer and use it in GitHub Desktop.
Glimmer Tree Data-Binding Example
shell {
tree(:virtual, :border) {
items bind(company, :owner), tree_properties(children: :people, text: :name)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment