We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a08c9 commit 9b001abCopy full SHA for 9b001ab
core/src/components/toolbar/toolbar.tsx
@@ -53,6 +53,8 @@ export class Toolbar implements ComponentInterface {
53
* `"start"`: The title will appear to the left of the toolbar content in LTR and to the right in RTL.
54
* `"center"`: The title will appear in the center of the toolbar.
55
* `"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.
58
*/
59
@Prop() titlePlacement?: 'start' | 'center' | 'end';
60
0 commit comments