Skip to content

Commit

Permalink
add innerElement documentation for Svg layout component
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Feb 19, 2022
1 parent 85684a9 commit 4530774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/guide/05-layout-component-props.md
Expand Up @@ -23,6 +23,7 @@ Each layout component also export an `element` prop that you can bind to and rep

* In the `Html` component, `element` equals the `<div>` tag.
* In the `Svg` component, `element` equals the `<svg>` tag.
* This layout component also has a `innerElement` binding to the `<g>` tag, which wraps all of the content.
* In the `ScaledSvg` component, `element` equals the `<svg>` tag.
* In the `Canvas` component, `element` equals the `<canvas>` tag.
* In the `WebGL` component, `element` equals the `<canvas>` tag.
Expand Down

0 comments on commit 4530774

Please sign in to comment.