1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-22 13:31:50 +04:00

icons docs

This commit is contained in:
codecalm
2021-02-17 22:45:28 +01:00
parent 9246295721
commit 429c8e831a
2 changed files with 10 additions and 1 deletions
+7 -1
View File
@@ -10,6 +10,11 @@ Your input controls can come in a variety of colors, depending on your preferenc
{% endcapture %}
{% include example.html code=code %}
{% capture code %}
{% include parts/form/input-color.html name="color-rounded" rounded=true %}
{% endcapture %}
{% include example.html code=code %}
## Input color picker
@@ -18,4 +23,5 @@ Add an color picker to your form to let users customise it according to their pr
{% capture code %}
{% include parts/form/input-colorpicker.html %}
{% endcapture %}
{% include example.html code=code %}
{% include example.html code=code %}
+3
View File
@@ -3,6 +3,9 @@ title: Icons
menu: docs.content.icons
---
All icons come from the Tabler Icons set and are MIT-licensed. Visit <a href="https://tabler-icons.io" target="_blank">tabler-icons.io</a>, download the icons you need in SVG, PNG or React and use them in your favourite design tools. You can show all icons and SVG codes [here]({{ site.base }}/icons.html).
## Base icon
{% capture code %}