Skip to content

Commit

Permalink
Update components_overview.md (#6669)
Browse files Browse the repository at this point in the history
Update image path for `template_areas.png`
  • Loading branch information
jrycw authored Apr 5, 2024
1 parent 13ce57a commit d5304c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/explanation/components/components_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ When developing an app, someone (possibly you!) will require at some point to ma

These four areas behave very similarly to layouts that have list-like semantics. This means we can easily append new components into these areas. Unlike other layout components however, the contents of the areas is fixed once rendered. If you need a dynamic layout you should therefore insert a regular layout (e.g. a `Column` or `Row`) and modify it in place once added to one of the content areas.

<img src="../_static/images/template_areas.png" style="margin-left: auto; margin-right: auto; display: block;"></img>
<img src="../../_static/images/template_areas.png" style="margin-left: auto; margin-right: auto; display: block;"></img>

:::{warning}
The templates provided by Panel should not be rendered in a notebook, as their CSS styling usually doesn't play well with the CSS styling of the notebook itself.
Expand Down

0 comments on commit d5304c5

Please sign in to comment.