From d52cb9e937b01e08c385ae3c467c1453eddde3b2 Mon Sep 17 00:00:00 2001 From: ghybs Date: Tue, 15 May 2018 14:45:30 +0400 Subject: [PATCH] docs(fab): side and horizontal+vertical attrs (#14477) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs(fabList): rename left+right to start+end in README top table to reflect actual code that supports RTL. * docs(fabList): example FAB use vertical+horizontal attrs instead of directly position values as attributes. --- core/src/components/fab-list/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/components/fab-list/readme.md b/core/src/components/fab-list/readme.md index 63ca1b9ae9..3784730110 100644 --- a/core/src/components/fab-list/readme.md +++ b/core/src/components/fab-list/readme.md @@ -5,12 +5,12 @@ The `ion-fab-list` element is a container for multiple FAB buttons. This collect ``` [top] - Show the list of buttons above the main FAB button [bottom] - Show the list of buttons under the main FAB button -[left] - Show the list of buttons to the left of the main FAB button -[right] - Show the list of buttons to the right of the main FAB button +[start] - Show the list of buttons on the start side of the main FAB button (i.e. on the left in LTR, on the right in RTL) +[end] - Show the list of buttons on the end side of the main FAB button (i.e. on the right in LTR, on the left in RTL) ``` ```html - + Share Facebook