You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This component supports use of [`...attributes`](https://guides.emberjs.com/release/in-depth-topics/patterns-for-components/#toc_attribute-ordering).
63
+
</C.Property>
64
64
</Doc::ComponentApi>
65
65
66
66
#### [A].Body
67
67
68
68
The `ApplicationState::Body` component, yielded as contextual component.
69
69
70
70
<Doc::ComponentApi as |C|>
71
-
<C.Property @name="yield">
72
-
Elements passed as children are yielded as inner content of the "body" block.
73
-
</C.Property>
74
-
<C.Property @name="text" @type="string">
75
-
Note: use `@text` to pass directly text to the "body", with a predefined style. This component does not support `@text` on the component invocation if it is used with yielded content.
76
-
</C.Property>
77
-
<C.Property @name="...attributes">
78
-
This component supports use of [`...attributes`](https://guides.emberjs.com/release/in-depth-topics/patterns-for-components/#toc_attribute-ordering).
79
-
</C.Property>
71
+
<C.Property @name="yield">
72
+
Elements passed as children are yielded as inner content of the "body" block.
73
+
</C.Property>
74
+
<C.Property @name="text" @type="string">
75
+
Note: use `@text` to pass directly text to the "body", with a predefined style. This component does not support `@text` on the component invocation if it is used with yielded content.
76
+
</C.Property>
77
+
<C.Property @name="...attributes">
78
+
This component supports use of [`...attributes`](https://guides.emberjs.com/release/in-depth-topics/patterns-for-components/#toc_attribute-ordering).
79
+
</C.Property>
80
80
</Doc::ComponentApi>
81
81
82
82
#### [A].Footer
83
83
84
84
The `ApplicationState::Footer` component, yielded as contextual component.
The `Button` component, yielded as contextual component inside the `"footer"` block of the ApplicationState. It exposes the same API as the [`Button` component](/components/button).
The `Dropdown` component, yielded as contextual component inside the `"footer"` block of the ApplicationState. It exposes the same API as the [`Dropdown` component](/components/dropdown).
The `Link::Standalone` component, yielded as contextual component inside the `"footer"` block of the ApplicationState. It exposes the same API as the [`Link::Standalone` component](/components/link/standalone).
95
-
</C.Property>
96
-
<C.Property @name="...attributes">
97
-
This component supports use of [`...attributes`](https://guides.emberjs.com/release/in-depth-topics/patterns-for-components/#toc_attribute-ordering).
The `Button` component, yielded as contextual component inside the `"footer"` block of the ApplicationState. It exposes the same API as the [`Button` component](/components/button).
The `Dropdown` component, yielded as contextual component inside the `"footer"` block of the ApplicationState. It exposes the same API as the [`Dropdown` component](/components/dropdown).
The `Link::Standalone` component, yielded as contextual component inside the `"footer"` block of the ApplicationState. It exposes the same API as the [`Link::Standalone` component](/components/link/standalone).
95
+
</C.Property>
96
+
<C.Property @name="...attributes">
97
+
This component supports use of [`...attributes`](https://guides.emberjs.com/release/in-depth-topics/patterns-for-components/#toc_attribute-ordering).
0 commit comments