From 40d8777adc17beeeada709591c1268f43122cfea Mon Sep 17 00:00:00 2001 From: reinerBa <4329883+reinerBa@users.noreply.github.com> Date: Mon, 21 Feb 2022 23:24:53 +0100 Subject: [PATCH] build docu files buttons and forms for input-group feature --- docs/buttons.html | 6 +++++- docs/forms.html | 10 +++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/buttons.html b/docs/buttons.html index 45e5bd02..dbbe35d3 100644 --- a/docs/buttons.html +++ b/docs/buttons.html @@ -3,4 +3,8 @@ <a href="#" role="button">Link</a>

Buttons come with .secondary and .contrast styles.

Secondary Contrast

And a classic .outline variant.

Primary Secondary Contrast
\ No newline at end of file +<a href="#" role="button" class="contrast outline">Contrast</a>

Tie buttons together as .button-group.

\ No newline at end of file diff --git a/docs/forms.html b/docs/forms.html index e866a3cc..771c23af 100644 --- a/docs/forms.html +++ b/docs/forms.html @@ -102,4 +102,12 @@ <!-- Color --> <label for="color">Color <input type="color" id="color" name="color" value="#0eaaaa"> -</label> \ No newline at end of file +</label>

You can combine inputs and buttons to an input-group.

https://picocss.com/ 🔒
\ No newline at end of file