Skip to content

Commit 9b001ab

Browse files
committed
docs(toolbar): document that this only applies for the ionic theme
1 parent b5a08c9 commit 9b001ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/components/toolbar/toolbar.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ export class Toolbar implements ComponentInterface {
5353
* `"start"`: The title will appear to the left of the toolbar content in LTR and to the right in RTL.
5454
* `"center"`: The title will appear in the center of the toolbar.
5555
* `"end"`: The title will appear to the right of the toolbar content in LTR and to the left in RTL.
56+
*
57+
* Only applies in the `ionic` theme.
5658
*/
5759
@Prop() titlePlacement?: 'start' | 'center' | 'end';
5860

0 commit comments

Comments
 (0)