1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-08 12:22:23 +04:00

feat: enhance documentation layout and improve interaction examples for better usability

This commit is contained in:
codecalm
2025-04-19 13:26:33 +02:00
parent 9ebd9f1d24
commit 7fbe4b5bc9
4 changed files with 25 additions and 8 deletions
+3 -3
View File
@@ -20,9 +20,9 @@ Change the way in which the content is selected when the user interacts with it.
Tabler provides `.pe-none` and `.pe-auto` classes to prevent or add element interactions.
{% capture html -%}
<p>
<div>
<a href="#" class="pe-none" tabindex="-1" aria-disabled="true">This link</a> can not be clicked.
</p>
<p><a href="#" class="pe-auto">This link</a> can be clicked (this is default behavior).</p>
</div>
<div><a href="#" class="pe-auto">This link</a> can be clicked (this is default behavior).</div>
{%- endcapture %}
{% include "docs/example.html" html=html %}