From 429c8e831a1643acae2b808d031d8fb5b2ec0d3d Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 17 Feb 2021 22:45:28 +0100 Subject: [PATCH] icons docs --- src/pages/_docs/form-color-check.md | 8 +++++++- src/pages/_docs/icons.md | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/pages/_docs/form-color-check.md b/src/pages/_docs/form-color-check.md index d17936d42..b194e846f 100644 --- a/src/pages/_docs/form-color-check.md +++ b/src/pages/_docs/form-color-check.md @@ -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 %} \ No newline at end of file +{% include example.html code=code %} + diff --git a/src/pages/_docs/icons.md b/src/pages/_docs/icons.md index 9ab797de8..58c92d193 100644 --- a/src/pages/_docs/icons.md +++ b/src/pages/_docs/icons.md @@ -3,6 +3,9 @@ title: Icons menu: docs.content.icons --- +All icons come from the Tabler Icons set and are MIT-licensed. Visit tabler-icons.io, 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 %}