mirror of
https://github.com/tabler/tabler.git
synced 2026-07-22 13:31:50 +04:00
icons docs
This commit is contained in:
@@ -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,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 %}
|
||||
|
||||
Reference in New Issue
Block a user