mirror of
https://github.com/tabler/tabler.git
synced 2026-07-30 06:54:39 +04:00
remove examples plugin, new examples
This commit is contained in:
@@ -4,11 +4,13 @@ menu: docs.timelines
|
||||
---
|
||||
|
||||
### Timeline
|
||||
{% example html columns=3 %}
|
||||
{% include cards/timeline.html %}
|
||||
{% endexample %}
|
||||
{% capture code %}
|
||||
{% include cards/timeline.html %}
|
||||
{% endcapture %}
|
||||
{% include example.html code=code %}
|
||||
|
||||
### Simple Timeline
|
||||
{% example html columns=1 %}
|
||||
{% include cards/timeline.html simple=true %}
|
||||
{% endexample %}
|
||||
{% capture code %}
|
||||
{% include cards/timeline.html simple=true %}
|
||||
{% endcapture %}
|
||||
{% include example.html code=code %}
|
||||
|
||||
Reference in New Issue
Block a user