1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 06:24:38 +04:00

remove examples plugin, new examples

This commit is contained in:
codecalm
2020-02-13 22:09:47 +01:00
parent 1969d44512
commit d41457f0b5
37 changed files with 552 additions and 485 deletions
+3 -2
View File
@@ -12,7 +12,7 @@ menu: docs.cursors
- `.cursor-zoom-in` - cursor showing that user can zoom in
- `.cursor-zoom-out` - cursor showing that user can zoom out
{% example html %}
{% capture code %}
<div class="row text-center">
<div class="col-4 mb-3">
<div class="cursor-auto bg-light py-3">Cursor auto</div>
@@ -33,4 +33,5 @@ menu: docs.cursors
<div class="cursor-zoom-out bg-light py-3">Cursor zoom out</div>
</div>
</div>
{% endexample %}
{% endcapture %}
{% include example.html code=code %}