From df17b20a37b15b5f44a30ae5508b6035106dcae1 Mon Sep 17 00:00:00 2001 From: Gabriele Luz Date: Thu, 31 Oct 2019 05:06:52 -0300 Subject: [PATCH] =?UTF-8?q?adiciona=20documenta=C3=A7=C3=A3o=20do=20compon?= =?UTF-8?q?ente=20listas=20verticais?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/components.html b/components.html index 00a9a71..b7a13d2 100644 --- a/components.html +++ b/components.html @@ -637,6 +637,44 @@

Lista de .btn:

A A + +
+
+
+  <div
+  class="vertical-list-table bordered"
+  aria-role="list">
+
+  
+    <a
+    class="btn"
+    name="A"
+    role="listitem">
+    A
+    </a>
+  
+  
+    <a
+    class="btn"
+    name="B"
+    role="listitem">
+    B
+    </a>
+  
+  
+    <a
+    class="btn"
+    name="C"
+    role="listitem">
+    C
+    </a>
+  
+
+  </div>
+
+              
+
+