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>
+
+              
+
+