Skip to content

Commit 8a30b64

Browse files
Document Application State align property (#2593)
1 parent b25a458 commit 8a30b64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/docs/components/application-state/partials/code/component-api.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
### ApplicationState
44

55
<Doc::ComponentApi as |C|>
6+
<C.Property @name="align" @type="enum" @values={{array "left" "center" }} @default="left">
7+
Sets the alignment of the Application State content.
8+
</C.Property>
69
<C.Property @name="<[A].Media>" @type="yielded component">
710
`ApplicationState::Media` yielded as contextual component (see below).
811
</C.Property>

0 commit comments

Comments
 (0)